GochiSiyan

user mobile url

Feb 14th, 2021 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. add_filter('jnews_mobile_account_url',function($url){
  2. return (get_author_posts_url(get_current_user_id()));
  3. });
  4.  
  5. add_filter('jnews_top_bar_account_url',function($url){
  6. return (get_author_posts_url(get_current_user_id()));
  7. });
Add Comment
Please, Sign In to add comment