Home / Restore the Customize Submenu
Duplicate Snippet

Embed Snippet on Your Site

Restore the Customize Submenu

Add back the Customize menu under Appearance if your theme removes it.

50+
Code Preview
php
<?php
add_action( 'customize_register', '__return_true' );

Comments

Add a Comment