wpml_active_languages, null
wpml_active_languages, null
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('wpml_active_languages, null') is found 1 times:
- /app/Common/Sitemap/Localization.php line 57
if ( aioseo()->helpers->isWpmlActive() ) { self::$wpml = [ 'defaultLanguage' => apply_filters( 'wpml_default_language', null ), 'activeLanguages' => apply_filters( 'wpml_active_languages', null ) ]; add_filter( 'aioseo_sitemap_term', [ $this, 'localizeWpml' ], 10, 4 ); add_filter( 'aioseo_sitemap_post', [ $this, 'localizeWpml' ], 10, 4 ); }