コード例 #1
0
ファイル: tools.php プロジェクト: skylarkcob/hocwp-projects
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;
}