/**
  * This is called whenever the WordPress shutdown action is called.
  */
 function shutdown()
 {
     // Safety for themes not using wp_footer
     SLPlus_Actions::ManageTheScripts();
 }
Ejemplo n.º 2
0
 /**
  * This is called whenever the WordPress shutdown action is called.
  */
 function shutdown()
 {
     SLPlus_Actions::ManageTheScripts();
 }