Skip to content
github-actions[bot] edited this page Jan 3, 2026 · 1 revision

Auto-generated Example

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

Files

do_action( 'before' )

← All Hooks

Clone this wiki locally