Skip to content

cmb2_after_init

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Fires after CMB2 initiation process has been completed

Auto-generated Example

add_action(
   'cmb2_after_init',
    function() {
        // Your code here.
    }
);

Files

do_action( 'cmb2_after_init' )

← All Hooks

Clone this wiki locally