Find out how to remove the Genesis update settings from the WordPress customizer by code.
One practice I recommend, as a good fan of minimalism, is to remove all elements of a child theme that you will not be using.
This is especially useful for your customers, as you will reduce the noise and encourage them to have a better view of the settings that really need to be changed.
An ideal place to apply this useful ‘cleaning’ and leave only the 100% necessary elements is the WordPress customizer. Why?
Because thanks to its ease of use and to the fact that it allows you to see changes in real time, it is the ideal place for your clients to make the changes they need.
For example, one of the elements I often remove is the Genesis updates section (within the Theme Settings), as I consider that it does not add anything to the user.
Are you interested on doing the same? Find out how:
Snippet to remove the Genesis update section in the customizer
Add this fragment to the end of the functions.php file:
To see this and another 1097 code snippets of this website, login or subscribe here.
Just like that. This section will not appear in the customizer. 😉
Conclusions
If you don’t need to adjust Genesis updates within the WordPress customizer, now you know how to remove it.
Any questions? I read you in the comments.
And if you want to give me any suggestion for future tutorials, leave it in the contact form. Advantages of being a subscriber. 😉