wpml_element_trid

wpml_element_trid

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

  • /app/Common/Sitemap/Localization.php line 53
    	 * @param  string $objectType  Whether the entry is a post or term.
    	 * @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'] = [];