P
P
PavelScron2017-10-07 08:49:50
WordPress
PavelScron, 2017-10-07 08:49:50

Disable plugins tab in wp admin?

What is the function to do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
4
4mobile, 2017-10-07
@4mobile

in functions.php

add_action( 'admin_menu', 'my_remove_menu_pages' );
function my_remove_menu_pages() {
    remove_menu_page('plugins.php');   
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question