schema-and-structured-data-for-wp
schema-and-structured-data-for-wp copied to clipboard
Small Update Request.
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.