Skip to main content
added 35 characters in body
Source Link

You could use CSS, and you will be able to access it through the URL in the href tag:

#adminmenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. This is how WorYou will also still be able to access the submenu.

You could use CSS, and you will be able to access it through the URL in the href tag:

#adminmenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. This is how Wor

You could use CSS, and you will be able to access it through the URL in the href tag:

#adminmenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. You will also still be able to access the submenu.

deleted 1 character in body
Source Link

You could use CSS, and you will be able to access it through the URL in the href tag:

.wp-submenu#adminmenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. This is how Wor

You could use CSS, and you will be able to access it through the URL in the href tag:

.wp-submenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. This is how Wor

You could use CSS, and you will be able to access it through the URL in the href tag:

#adminmenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. This is how Wor

Source Link

You could use CSS, and you will be able to access it through the URL in the href tag:

.wp-submenu a[href="admin.php?page=edit-chart"] { display: none; } 

There are no extra paddings or spacings for the parent LI element, so you don't need to hide it. This is how Wor