Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('peepso_navigation', function($links){
- if(isset($links['home'])){
- $links['home']['href'] = 'http://customdomain.com/custom/';
- }
- if(isset($links['home-following'])){
- $links['home-following']['href'] = 'http://customdomain.com/custom2/';
- }
- if(isset($links['home-saved'])){
- $links['home-saved']['href'] = 'http://customdomain.com/custom3/';
- }
- return $links;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement