Wrong function_exists wrapper
-
I’m running a few versions behind (2.2.8) so maybe you’ve corrected this already.
In template tags line 1768 you have this code.
if ( ! function_exists( 'onepress_load_hero' ) ) { function onepress_load_hero_section() { if ( is_page_template( 'template-frontpage.php' ) ) { onepress_load_section( 'hero' ); } } }
It should be looking for onepress_load_hero_section to exist.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrong function_exists wrapper’ is closed to new replies.