How to hide few theme customization options – TwentySeventeen theme

I am just trying to modify Twenty Seventeen theme by and I want to hide few customize options like Header Media and Colors how can I do it ?

enter image description here

I have researched it but it seems like the given options are unable to hide these menus.

Can someone give me a hook or something to be able to hide this please.

Thanks

1 Answer
1

You can change active status of section using customize_section_active filter. It gives 2 parameters $activebool and $sectionobject. Haven’t tried it so you can try and see if works for you.

Located in \wp-includes\class-wp-customize-section.php, for your research.

As second option you can try altering capability for the section.

Note: I’m just giving options, and have not done any of these before. So not sure about it.

Leave a Comment