schema-and-structured-data-for-wp icon indicating copy to clipboard operation
schema-and-structured-data-for-wp copied to clipboard

Small Update Request.

Open hmimthiaz opened this issue 3 years ago • 0 comments
trafficstars

Can you please update this in your function.

function saswp_get_capability_by_role($role)

$cap = 'manage_options';

to

$cap = apply_filters('saswp_default_manage_option_capability', 'manage_options' );

By this we can enable this plugin with custom capability.

hmimthiaz avatar Aug 31 '22 09:08 hmimthiaz