Advertisement
arie_cristianD

allow subscriber to access wp-admin

Jan 2nd, 2024
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. add_action(
  2.     'init',
  3.     function () {
  4.         remove_action( 'admin_init', array( \JNews\AccountPage::getInstance(), 'prevent_admin_access' ), 5 );
  5.     },
  6.     99
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement