Hasnain Shahid

Results 2 comments of Hasnain Shahid

@afifa-glowlogix yes I have checked that issue and will resolve by this week.

@danloughmiller issue has been fixed , you can now use filter as following add_filter('wpfep_profile_url', function($url) { if (!empty(get_current_user_id())) return get_author_posts_url( get_current_user_id() ); return $url; }, 10, 2);