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
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    );
     
    $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;
    }