Manipulates preview theme links in order to control and maintain location.
Description
Callback function for preg_replace_callback() to accept and filter matches.
Parameters
$matches
arrayrequired
Source
function preview_theme_ob_filter_callback( $matches ) {
_deprecated_function( __FUNCTION__, '4.3.0' );
return '';
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.