mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
3 lines
175 B
Text
3 lines
175 B
Text
if ( current_user_can( 'edit_pages' ) ) { // Edit capability here.
|
|
remove_filter( 'product_type_selector', 'WC_Subscriptions_Admin::add_subscription_products_to_select' );
|
|
}
|