Advertisement
GochiSiyan

remove unlock post

Feb 17th, 2021 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. add_filter('jnews_account_page_endpoint',function ($endpoint){
  2.     unset($endpoint['jnews_paywall_unl']);
  3. //    $endpoint['orders'] = array(
  4. //        'slug'  => 'orders',
  5. //        'label'  => 'orders',
  6. //        'title'  => 'Orders',
  7. //    );
  8.     return $endpoint;
  9. },99);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement