How to Hide "Customize" Wordpress

videva

Member
Aug 25, 2020
75
53
18
Hi,

How to hide..

Appearance --> Customize --> Additional CSS

via Code not plugin.Thank you,

put this code to functions.php

PHP:
function removeadditionalcss( $customize )
{
   $customize->remove_section('custom_css');
}
add_action( 'customize_register', 'removeadditionalcss' );
 

About us

  • Our 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 to make sure our community is one of the best.

Quick Navigation

User Menu