예제 #1
0
/**
 * END WP Hooks
 */
function flowplayer_content($content)
{
    $content = flowplayer::legacy_hook($content);
    return $content;
}