WordPress.org

Codex

Function Reference/preview theme ob filter callback

Contents

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) 

Notes

  • This is a private function. It should not be called directly. It is listed in the Codex for completeness.

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.