wpml_permalink

wpml_permalink

Hook Type: filter

See hook in core

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

apply_filters('wpml_permalink') is found 1 times:

  • /app/Common/Sitemap/Content.php line 310
    			);
    
    			$location = is_home()
    				? apply_filters( 'wpml_home_url', get_option( 'home' ) )
    				: apply_filters( 'wpml_permalink', $entry['loc'], $translation->language_code, true );
    
    			if ( $rss ) {
    				$entry['guid'] = $location;
    				continue;
    			}