aioseo_template_path

aioseo_template_path

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1

apply_filters('aioseo_template_path') is found 1 times:

  • /app/Common/Utils/Templates.php line 120
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    *
     * @return string The theme folder for templates.
     */
    public function getThemeTemplatePath() {
        return apply_filters( 'aioseo_template_path', $this->themeTemplatePath );
    }
     
    /**
     *
     * Returns the theme subfolder for templates.
     *