mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
3 lines
104 B
Text
3 lines
104 B
Text
add_filter( 'relevanssi_admin_search_capability', function( $cap ) {
|
|
return 'edit_others_posts';
|
|
} );
|