preview_theme_ob_filter()

最后更新于:2021-11-27 19:56:04

preview_theme_ob_filter( string$content)

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

参数

$content

(string) (Required)

响应

(string)

源文件

文件: gc-includes/deprecated.php

function preview_theme_ob_filter( $content ) {
	_deprecated_function( __FUNCTION__, '4.3.0' );
	return $content;
}