rubencio (January 3rd, 2012)
// Unhook default appthemes functions
function unhook_appthemes_functions() {
//this will disable the ( theme_header.php ) file
remove_action('appthemes_header','cp_header');
//remove_action('hook_name', 'function_name');
//etc ... you get the idea :)
add_action('init','unhook_appthemes_functions');
rubencio (January 3rd, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)