WordPress.org

Codex

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

Function Reference/preview theme ob filter


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

Callback function for ob_start() to capture all links in the theme.

Usage

<?php preview_theme_ob_filter$content ?>

Parameters

$content
(string) (required)
Default: None

Return Values

(string) 

Examples

Change Log

Since: unknown

Source File

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

Related

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