WordPress.org

Codex

Function Reference/preview theme ob filter

Contents

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

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() is located in wp-includes/theme.php.

Related

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