_preview_theme_template_filter
Private function to modify the current template when previewing a theme.
Description
(string) _preview_theme_template_filter();
Returns (string)
Usage
if ( !function_exists( '_preview_theme_template_filter' ) ) { require_once ABSPATH . WPINC . '/deprecated.php'; } // NOTICE! Understand what this does before running. $result = _preview_theme_template_filter();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/deprecated.php
- function _preview_theme_template_filter() {
- _deprecated_function( __FUNCTION__, '4.3.0' );
- return '';
- }