• 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)
  • Hi @sgumby

    Thank you to remind our bug on template. Our tech team will working to fix this soon and will release new version with fixed this bug.

    Thank you very much.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong function_exists wrapper’ is closed to new replies.