Want to know what WordPress Theme a site is using? Check Out Now!

How to Remove Edit Link From TablePress Tables?

Do you want to remove the edit link appearing below the TablePress tables?

Though these links are not indexed or scanned by search engines, some browser extensions that allow checking dofollow and nofollow links can point them out. You can easily remove it using the below code snippet.

/**
 * Remove Edit Link From TablePress Tables
 */
add_filter( 'tablepress_edit_link_below_table', '__return_false');

Leave a Reply

Your email address will not be published. Required fields are marked *