示例#1
0
function hocwp_the_custom_content($content)
{
    $content = hocwp_filter_custom_content($content);
    echo $content;
}
function hocwp_theme_get_the_custom_content($content)
{
    $content = hocwp_filter_custom_content($content);
    return $content;
}