Advertisement
GochiSiyan

add side account

Dec 1st, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_filter('jnews_account_page_endpoint', function ($endpoint) {
  2. $endpoint[] = [
  3. 'slug' => 'custom',
  4. 'label' => 'Custom',
  5. 'title' => 'Custom',
  6. ];
  7. return $endpoint;
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement