April 29, 2014 at 01:55
#16295
Keymaster
wp admin no show should do the job or this tiny little code added to child theme/functions.php
COPY CODE
add_action( "init", "kleo_blockusers_init" );
function kleo_blockusers_init() {
if ( is_admin() AND ! current_user_can( "administrator" ) AND
! ( defined( "DOING_AJAX" ) AND DOING_AJAX ) ) {
wp_redirect( home_url() );
exit;
}
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.