FameThemes / onepress

A free one page WordPress theme by FameThemes
https://www.famethemes.com/themes/onepress/?utm_source=github-onepress-repo
62 stars 52 forks source link

Wrong function_exists wrapper #461

Closed boy8xnoname closed 8 months ago

boy8xnoname commented 1 year ago
if ( ! function_exists( 'onepress_load_hero' ) ) {
    function onepress_load_hero_section() {
        if ( is_page_template( 'template-frontpage.php' ) ) {
            onepress_load_section( 'hero' );
        }
    }
}

Check "onepress_load_hero" but function name inside "onepress_load_hero_section"

boy8xnoname commented 8 months ago

@shrimp2t important issue