Skip to content

_options

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

Auto-generated Example

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

Parameters

  • $options

Files

apply_filters($this->getUniqueName($filterRoot . '_options'), $options)

← All Hooks

Clone this wiki locally