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.5.9.2

apply_filters('wpml_get_element_translations') is found 1 times:

  • /app/Common/Sitemap/Localization.php line 54
    	 * @return array               The entry.
    	 */
    	public function localizeEntry( $entry, $entryId, $objectName, $objectType ) {
    		$translationGroupId = apply_filters( 'wpml_element_trid', null, $entryId );
    		$translations       = apply_filters( 'wpml_get_element_translations', null, $translationGroupId, $objectName );
    		if ( empty( $translations ) ) {
    			return $entry;
    		}
    
    		$entry['languages'] = [];
    		$hiddenLanguages    = apply_filters( 'wpml_setting', [], 'hidden_languages' );