Prevent Redirection Away from Admin for Clients

<?php // don't add this line since it's already in your functions.php file
remove_action( 'admin_init', array( 'SI_Clients', 'redirect_clients' ) );
view raw functions.php hosted with ❤ by GitHub

filter: admin_init, redirect_clients

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.