wpml_default_language

wpml_default_language

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('wpml_default_language') is found 1 times:

  • /app/Common/Sitemap/Localization.php line 32
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    */
    public function __construct() {
        if ( aioseo()->helpers->isWpmlActive() ) {
            self::$wpml = [
                'defaultLanguage' => apply_filters( 'wpml_default_language', null ),
                'activeLanguages' => apply_filters( 'wpml_active_languages', null )
            ];
     
            if ( apply_filters( 'aioseo_sitemap_localization_disable', '__return_false' ) ) {
                return;
            }