예제 #1
0
function hocwp_the_custom_content($content)
{
    $content = hocwp_filter_custom_content($content);
    echo $content;
}
예제 #2
0
function hocwp_theme_get_the_custom_content($content)
{
    $content = hocwp_filter_custom_content($content);
    return $content;
}