wpml_get_element_translations

wpml_get_element_translations

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

  • /app/Common/Sitemap/Localization.php line 66
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
        $elementType = 'tax_' . $objectName;
    }
     
    $translationGroupId = apply_filters( 'wpml_element_trid', null, $elementId, $elementType );
    $translations       = apply_filters( 'wpml_get_element_translations', null, $translationGroupId, $elementType );
    if ( empty( $translations ) ) {
        return $entry;
    }
     
    $entry['languages'] = [];
    $hiddenLanguages    = apply_filters( 'wpml_setting', [], 'hidden_languages' );