Created
May 23, 2013 23:07
-
-
Save LinzardMac/5640178 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function hookDisplayHeader(){ | |
if( !defined( 'WP_USE_THEMES' ) ) | |
define('WP_USE_THEMES', true); | |
include_once('/home/bscdevel/public_html/wirerackblog/wp-load.php'); | |
return '<link rel="stylesheet" type="text/css" media="all" href="'. get_stylesheet_uri() . '">'; | |
do_action( 'init' ); | |
} | |
public function hookDisplayFooter(){ | |
return dynamic_sidebar( 'footer' ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment