Skip to content

atmosphere_publishing

github-actions[bot] edited this page May 19, 2026 · 23 revisions

Auto-generated Example

/**
 * Callback function for the 'atmosphere_publishing' action.
 */
function my_atmosphere_publishing_callback() {
    // Your code here.
}
add_action( 'atmosphere_publishing', 'my_atmosphere_publishing_callback' );

Files

\do_action( 'atmosphere_publishing' )

← All Hooks

Clone this wiki locally