I’m trying to use a hook to replace the top header banner which is 468×60 with a leaderboard banner call full_top.
This is the hook which I’ve placed at the very top in my child themes functions.php file but I get a “Can’t redeclare…” error.
function hook_banner_header($c){ return $CORE->BANNER(‘full_top’) apply_filters(‘hook_banner_header’, $c); }
What am I doing wrong?
This reply is for PremiumPress customers only.
433
Views
2
Replies
Copyright © 2010-2026 PremiumPress Limited.
I’m trying to use a hook to replace the top header banner which is 468×60 with a leaderboard banner call full_top.
This is the hook which I’ve placed at the very top in my child themes functions.php file but I get a “Can’t redeclare…” error.
function hook_banner_header($c){ return $CORE->BANNER(‘full_top’) apply_filters(‘hook_banner_header’, $c); }
What am I doing wrong?
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now