Skip to content

cmb2_default_filter

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

Auto-generated Example

add_filter(
   'cmb2_default_filter',
    function(
        $default,
        $this
    ) {
        // Your code here.
        return $default;
    },
    10,
    2
);

Parameters

  • $default Other variable names: $args['default']
  • $this

Files

apply_filters( 'cmb2_default_filter', $default, $this )
apply_filters( 'cmb2_default_filter', $this->args['default'], $this )

← All Hooks

Clone this wiki locally