WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/preview theme ob filter callback


This function's access is marked as private. That means it is not intended for use by plugin and theme developers, but only in other core functions. It is listed here for completeness. Use any of these functions instead.

Description

Manipulates preview theme links in order to control and maintain location.

Callback function for preg_replace_callback() to accept and filter matches.

Usage

<?php preview_theme_ob_filter_callback$matches ?>

Parameters

$matches
(array) (required)
Default: None

Return Values

(string) 

Change Log

Since: unknown

Source File

preview_theme_ob_filter_callback() is located in wp-includes/theme.php.

Related

See also index of Function Reference and index of Template Tags.