Advertisement
GochiSiyan

Untitled

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