Skip to content

atmosphere_publishing

github-actions[bot] edited this page Jul 15, 2026 · 23 revisions

Auto-generated Example

/**
 * 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' );

Parameters

  • $post

Files

\do_action( 'atmosphere_publishing', $post )

← All Hooks

Clone this wiki locally