wpml_element_trid, null, $elementId, $elementType
wpml_element_trid, null, $elementId, $elementType
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('wpml_element_trid, null, $elementId, $elementType') is found 1 times:
- /app/Common/Sitemap/Localization.php line 283
$elementId = $term->term_taxonomy_id; $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'] = [];