wpml_object_id, $entryId, $objectName, false, $translation->language_code
wpml_object_id, $entryId, $objectName, false, $translation->language_code
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_object_id, $entryId, $objectName, false, $translation->language_code') is found 1 times:
- /app/Common/Sitemap/Localization.php line 308
$entry['language'] = $languageCode; continue; } $translatedObjectId = apply_filters( 'wpml_object_id', $entryId, $objectName, false, $translation->language_code ); if ( ( 'post' === $objectType && $this->isExcludedPost( $translatedObjectId ) ) || ( 'term' === $objectType && $this->isExcludedTerm( $translatedObjectId ) ) ) { continue; }