Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Views v1.3.1 bypassing a filter

$
0
0

Dear Hassan,

Did you add the function below on your functions.php file?

add_filter('gettext', 'remove_widget_links', 100, 3);
function remove_widget_links($translated, $text, $domain) {
if ($text == 'Edit View' || $text == 'Edit') return '';
return $translated;
}

Viewing all articles
Browse latest Browse all 20145

Trending Articles