Example #1
0
/**
 * Display builder content
 * @see ST_Page_Builder::the_content($post_id);
 * @param $post_id
 * @return bool
 */
function st_the_builder_content($post_id)
{
    return ST_Page_Builder::the_content($post_id);
}