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.
Fires when an adapter is registered.
/** * Fires when an adapter is registered. * * @param Microsub\Adapter $this */ function my_microsub_adapter_registered_callback( Microsub\Adapter $this ) { // Your code here. } add_action( 'microsub_adapter_registered', 'my_microsub_adapter_registered_callback' );
Microsub\Adapter
$this
\do_action( 'microsub_adapter_registered', $this )
← All Hooks