Skip to content

cmb2_get_metabox_form_format

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

Auto-generated Example

add_filter(
   'cmb2_get_metabox_form_format',
    function(
        $form_format,
        $object_id,
        $cmb
    ) {
        // Your code here.
        return $form_format;
    },
    10,
    3
);

Parameters

  • $form_format
  • $object_id
  • $cmb

Files

apply_filters( 'cmb2_get_metabox_form_format', $args['form_format'], $object_id, $cmb )

← All Hooks

Clone this wiki locally