Skip to content

cmb2_no_override_option_save

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

Auto-generated Example

add_filter(
   'cmb2_no_override_option_save',
    function(
        string $cmb2_no_override_option_save,
        $options,
        $this = null
    ) {
        // Your code here.
        return $cmb2_no_override_option_save;
    },
    10,
    2
);

Parameters

  • string $cmb2_no_override_option_save
  • $options
  • $this

Files

apply_filters( "cmb2_override_option_save_{$this->key}", 'cmb2_no_override_option_save', $this->options, $this )

← All Hooks

Clone this wiki locally