Skip to content

cmb2_init_before_hookup

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

Fires after all CMB2 instances are created

Auto-generated Example

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

Files

do_action( 'cmb2_init_before_hookup' )

← All Hooks

Clone this wiki locally