option_

option_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('option_') is found 1 times:

  • /wp-includes/class-wp-customize-widgets.php line 2174
    2170
    2171
    2172
    2173
    2174
    2175
    2176
    2177
    2178
    2179
    2180
        if ( isset( $this->_captured_options[ $option_name ] ) ) {
            $value = $this->_captured_options[ $option_name ];
     
            /** This filter is documented in wp-includes/option.php */
            $value = apply_filters( 'option_' . $option_name, $value, $option_name );
        }
     
        return $value;
    }
     
    /**

See this hook used in plugins: