Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('peepso_navigation_profile', function ($links) {
- if (isset($links['friends'])) {
- $links['friends']['label'] = 'Amizades';
- }
- return $links;
- }, 9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement