Exemplo n.º 1
0
 /** Get list of all blocks **/
 function get_blocks($template_id)
 {
     //global $page_builder;
     $page_builder = new Page_Builder();
     $blocks = $page_builder->get_blocks($template_id);
     return $blocks;
 }