aioseo_template_path, $this->themeTemplatePath
aioseo_template_path, $this->themeTemplatePath
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_template_path, $this->themeTemplatePath') is found 1 times:
- /app/Common/Utils/Templates.php line 120
* * @return string The theme folder for templates. */ public function getThemeTemplatePath() { return apply_filters( 'aioseo_template_path', $this->themeTemplatePath ); } /** * * Returns the theme subfolder for templates. *