We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Filters the capability required to use Microsub without IndieAuth-provided scopes.
/** * Filters the capability required to use Microsub without IndieAuth-provided scopes. * * @param string $string * @return string The filtered value. */ function my_microsub_capability_callback( string string ) { // Your code here. return string; } add_filter( 'microsub_capability', 'my_microsub_capability_callback' );
string
$edit_posts
\apply_filters( 'microsub_capability', 'edit_posts' )
← All Hooks