wpml_get_element_translations, null, $translationGroupId, $elementType

wpml_get_element_translations, null, $translationGroupId, $elementType

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('wpml_get_element_translations, null, $translationGroupId, $elementType') is found 1 times:

  • /app/Common/Sitemap/Localization.php line 284
    			$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' );