No video

Remove WordPress Admin Menu Items | WordPress Tutorial & WordPress Plugin Tutorial

  Рет қаралды 2,914

Joshua Herbison

Joshua Herbison

Күн бұрын

#wordpressDevelopment #phpDevelopment #pluginDevelopment
In this video, we discuss how to remove menu items from the WordPress admin section.
Thank you Luca for the question by email.
Example Code: idp.bz/remove-a...
Company Website: www.ideapro.com
I have been writing software for 30+ years and enjoy working with new clients and teaching others how to develop.
SEND BUSINESS CORRESPONDENCE TO:
Idea Pro LLC or Joshua Herbison
2901 E Greenway Rd. #54171
Phoenix, AZ 85032
In my tutorials, you will see me upload files to the server. To upload, I use Sublime Text 3 with SFTP by WBond. idp.bz/sftp
WordPress Codex: idp.bz/wordpres...

Пікірлер: 36
@lucapalla8036
@lucapalla8036 2 жыл бұрын
I can only say thank you very much!! Thank you with all my heart!! If all people was like you the world would be a better world! THANKS Joshua!!🙏🙏🙏
@lucapalla8036
@lucapalla8036 2 жыл бұрын
You made this amazing video for me! THANK YOU! You are a brother!
@jherbison
@jherbison 2 жыл бұрын
You’re welcome. It was a good video to be made. Thank you for asking the question and watching!!
@jherbison
@jherbison 2 жыл бұрын
I added a link in the description to the example code.. I forgot to do it earlier.
@lucapalla8036
@lucapalla8036 2 жыл бұрын
@@jherbison THANK YOU!
@twicegamin
@twicegamin 2 жыл бұрын
Only because of you today I am a Top Rated Freelancer developing custom WP Plugins. Thank You So Much For Changing My Life!
@jherbison
@jherbison 2 жыл бұрын
Wow, that's awesome.. Congrats.. Thank you for watching and commenting... So glad my videos could help!
@jherbison
@jherbison 2 жыл бұрын
Thank you Luca for the question by email. This was not a video that I had listed in my "To Do" list but one that I think is important. Thank everyone for subscribing, commenting and liking the video.
@lucapalla8036
@lucapalla8036 2 жыл бұрын
You made this amazing video for me! THANK YOU! You are a brother!
@maximusDMR
@maximusDMR Жыл бұрын
Thanks Josh very useful video, I have done this before but in a different way, yours is good advanced approach so thanks so much!
@ozrenradic
@ozrenradic 2 жыл бұрын
Nice work.. finally someone showing how it's supposed to be done ;)
@Daud181
@Daud181 2 жыл бұрын
Great sir Awesome now we have own plugin to remove WordPress menu by I'd or role. Thanks
@jherbison
@jherbison 2 жыл бұрын
Nice. Thank you for watching and commenting.
@petrusvanbreda6533
@petrusvanbreda6533 2 жыл бұрын
Thank you. I am was looking for something like this. This will help me a lot. I would really appreciate it if you ever have time to explain adding new capabilities, user roles and linked specific capabilities to a specific user. For example I have a written a plugin and the capability is manage_options, but I want to give it its own capability and a create a role for it, but if needed add it to exiting roles or to a specific user. Again, thank you for a great tutorial.
@jherbison
@jherbison 2 жыл бұрын
Awesome.. Thank you for watching and commenting.. I will add it to the list of videos for sure.
@PLUS-sj4sf
@PLUS-sj4sf 2 жыл бұрын
Thanx a million Jashua :) could you pls offer tutorial for changing or removing the dashboard widgets section? Would be awesome! Thanks again
@jherbison
@jherbison 2 жыл бұрын
I thought I had one on the channel but maybe not! Will add it to the list for sure!
@jherbison
@jherbison 2 жыл бұрын
I have created this one! kzfaq.info/get/bejne/aa-pmbmizdSoZJs.html
@PLUS-sj4sf
@PLUS-sj4sf 2 жыл бұрын
@@jherbison thank you, will go over it fast! Amazing tutorials!
@aogunnaike
@aogunnaike 2 жыл бұрын
Just what I was looking for, thanks alot
@jherbison
@jherbison 2 жыл бұрын
Awesome! Thank you for watching and commenting.
@jherbison
@jherbison 2 жыл бұрын
I added a link in the description to the example code.. I forgot to do it earlier.
@aogunnaike
@aogunnaike 2 жыл бұрын
@@jherbison awesome
@Ellison1412
@Ellison1412 5 ай бұрын
Thank you
@pkg2885
@pkg2885 2 жыл бұрын
Thank you for an awesome tutorials... Which is the better way to add code? code snippets like advance script or add code the plugins ?
@karrdiblis6982
@karrdiblis6982 2 жыл бұрын
Awesome post - reading my mind before I get there! One question - If I have other plugins I don't want to see menus for how do I determine what code to to add to -> remove_menu_page(??) ?
@jherbison
@jherbison 2 жыл бұрын
It depends on what the menu type is. Is it a custom post type, full menu item or an options / settings menu item. Thank you for watching and commenting.
@karrdiblis6982
@karrdiblis6982 2 жыл бұрын
@@jherbison Thanks for the quick reply! The menu item is a URL. When I inspect is see the href to admin.php?=revslider thanks to your post I have the others removed! :
@karrdiblis6982
@karrdiblis6982 2 жыл бұрын
Ahh for anyone else - took me a minute - added a new function and used 'admin_init' in add_action instead of 'admin_menu'.
@Sh-1933
@Sh-1933 Жыл бұрын
Hi, Josh I have a question I would like to ask you, how can I find the code source of any menu in the Admin panel?
@UlatStudios
@UlatStudios 2 жыл бұрын
Hi sir, how to know this file code? ie (remove_menu_page( 'edit.php?post_type=page' ); //Pages) "{edit.php?post_type=page} < where to get this code?" I have another menu button but it seems I couldn't find the code to deactivate it.
@jherbison
@jherbison 2 жыл бұрын
Email me at josh@ideapro.com and I can assist you more.
@UlatStudios
@UlatStudios 2 жыл бұрын
@@jherbison Emailed. I'm Mr.Ulatstudios
@jherbison
@jherbison 2 жыл бұрын
Awesome. I will look for your email.
@tiendungdev
@tiendungdev 2 жыл бұрын
Thank you, Removed, but can access to menu visit via url, example access to themes via: site/wp-admin/themes.php
@jherbison
@jherbison 2 жыл бұрын
Thank you for watching and commenting... Yes, it will keep most people from accessing those pages, but anyone that knows the structure can access those pages. You could always create a function that checks the page url and if it is themes.php, it would block them from accessing it.
How to remove WordPress admin menu bar items
27:14
Joshua Herbison
Рет қаралды 2,8 М.
How to Remove Wordpress Admin Menu Items for Specific Users?
13:39
WP Simple Hacks - Wordpress tips and tricks
Рет қаралды 9 М.
WHO CAN RUN FASTER?
00:23
Zhong
Рет қаралды 43 МЛН
Logo Matching Challenge with Alfredo Larin Family! 👍
00:36
BigSchool
Рет қаралды 22 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 8 МЛН
DOM (JAVASCRIPT AUDIO) PROJECT 2g
2:29
educr Updates
Рет қаралды 15
No, Flexbox isn't "good enough"
9:18
Kevin Powell
Рет қаралды 38 М.
How to create a WordPress Gutenberg Custom Block
42:09
Joshua Herbison
Рет қаралды 48 М.
7 Wordpress Plugins I install on all websites (2024)
15:07
Rino de Boer
Рет қаралды 318 М.
This WordPress Plugin Makes 20+ Other Plugins Unnecessary 🤯😍
27:57
Ferdy․com Korpershoek | WordPress Tutorials
Рет қаралды 173 М.
Targeting Android 15 - Why Your App Is NOT Ready
8:41
Philipp Lackner
Рет қаралды 18 М.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 942 М.
13 Things To Remove From Your Website Immediately
12:33
Orbit Media Studios
Рет қаралды 308 М.
WHO CAN RUN FASTER?
00:23
Zhong
Рет қаралды 43 МЛН