Support

Account

Home Forums Front-end Issues relationship – impossible to get permalink Reply To: relationship – impossible to get permalink

  • I would do this

    
    // before getting link
    remove_filter('post_type_link', 'custom_post_permalink');
    
    // get the link
    
    // after getting the link
    add_filter('post_type_link', 'custom_post_permalink');