Function Reference/preview theme ob filter
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