wp-includes/class-wp-customize-widgets.php:2180WP_Customize_Widgets::capture_filter_pre_get_option() $option_name = preg_replace( '/^pre_option_/', '', current_filter() ); 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; } /**Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.