Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Pete on "How to hide quick edit link except for admins"

$
0
0

How would this be edited to not apply to admins?

function remove_quick_edit( $actions ) {
unset($actions['inline hide-if-no-js']);
return $actions;
}
add_filter('post_row_actions','remove_quick_edit',10,1);

Thanks


Viewing all articles
Browse latest Browse all 8245

Trending Articles