How remove the item "License" from Dashboard ?

  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

Toje

Member
Sep 10, 2020
113
15
18
re.png


Hello together,

how i remove the Item "License" from Plugin ?


Best regards
 

Taekiwz

Active member
Trusted Uploader
Banned User
Aug 27, 2019
107
203
43
Use snippet in functions.php, so you can update plugin and dont need to remove "license" menu again.

Maybe this:


PHP:
add_action( 'admin_init', 'wpse_136058_remove_menu_pages' );
function wpse_136058_remove_menu_pages() {
remove_menu_page( 'PLUGIN-LICENSE-SLUG' );
}
 

Toje

Member
Sep 10, 2020
113
15
18

guguk

Well-known member
Banned User
Jul 19, 2019
1,151
828
113
Ottoman Empire

Use snippet in functions.php, so you can update plugin and dont need to remove "license" menu again.

Maybe this:


PHP:
add_action( 'admin_init', 'wpse_136058_remove_menu_pages' );
function wpse_136058_remove_menu_pages() {
remove_menu_page( 'PLUGIN-LICENSE-SLUG' );
}
I dont know it's works but this way is safest method rather than removing lines in plugin file. You need to find only "licence page slug"
 
  • Like
Reactions: Toje and Taekiwz

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu