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