wpml_object_id, $entryId, $objectName, false, $translation->language_code

wpml_object_id, $entryId, $objectName, false, $translation->language_code

Hook Type: filter

See hook in core

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

apply_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;
    			}