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.
/** * Callback function for the 'atmosphere_publishing' action. * * @param mixed $post */ function my_atmosphere_publishing_callback( $post ) { // Your code here. } add_action( 'atmosphere_publishing', 'my_atmosphere_publishing_callback' );
$post
\do_action( 'atmosphere_publishing', $post )
← All Hooks