Advertisement
GochiSiyan

Chgange edit

Feb 9th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_filter('jnews_account_page_endpoint',function ($endpoint){
  2. $endpoint['edit_account']['title']='change edit account string here';
  3.  
  4. return $endpoint;
  5. },99);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement