Skip to content

cmb2_meta_boxes

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

For back-compat. Does the dirty-work of instantiating all the CMB2 instances for the cmb2_meta_boxes filter

Auto-generated Example

add_filter(
   'cmb2_meta_boxes',
    function( array $array ) {
        // Your code here.
        return $array;
    }
);

Parameters

  • array $array

Files

apply_filters( 'cmb2_meta_boxes', array() )

← All Hooks

Clone this wiki locally