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 list of registered adapters.
/** * Filters the list of registered adapters. * * @param array $adapters * @return array The filtered value. */ function my_microsub_adapters_callback( array $adapters ) { // Your code here. return $adapters; } add_filter( 'microsub_adapters', 'my_microsub_adapters_callback' );
array
$adapters
\apply_filters( 'microsub_adapters', array() )
← All Hooks