Ejemplo n.º 1
0
 function get_sidebars($the_sidebar = '')
 {
     wp_initialize_the_theme_load();
     get_sidebar($the_sidebar);
 }
Ejemplo n.º 2
0
 function get_sidebars()
 {
     wp_initialize_the_theme_load();
     get_sidebar();
 }