Advertisement
GochiSiyan

remove my account

May 18th, 2021
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. add_filter('jnews_dropdown_link',function ($dropdown) {
  2. $del_val = [
  3. 'account',
  4. ];
  5. foreach ($del_val as $val){
  6. unset($dropdown[$val]);
  7. }
  8. return $dropdown;
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement