Current Path : /var/www/mainsite/wp-content/themes/maxcoach/customizer/ |
Current File : /var/www/mainsite/wp-content/themes/maxcoach/customizer/section-footer.php |
<?php $section = 'footer'; $priority = 1; $prefix = 'footer'; Maxcoach_Kirki::add_field( 'theme', array( 'type' => 'textarea', 'settings' => 'footer_copyright_text', 'label' => esc_html__( 'Copyright Text', 'maxcoach' ), 'section' => $section, 'priority' => $priority++, 'default' => esc_html__( 'Copyright © 2020. All rights reserved.', 'maxcoach' ), ) );