Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_mobile_account_url',function($url){
- return (get_author_posts_url(get_current_user_id()));
- });
- add_filter('jnews_top_bar_account_url',function($url){
- return (get_author_posts_url(get_current_user_id()));
- });
Add Comment
Please, Sign In to add comment