Skip to content

Instantly share code, notes, and snippets.

@asif5057
asif5057 / customizer-options.php
Last active August 18, 2022 05:02
Wordpress: Customizer options for logo upload, color schemes for background color,footer copyright text option.
<?php
/*
* @ include file in theme
* Register different customizer options
* @Logo option
* @footer copyright option
* @Color schemes for navigation and footer
*/
function customtheme_customize_register( $wp_customize ){