File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/wp-content/themes/blossom-coach/inc/customizer/footer.php
Back
<?php /** * Blossom Coach Footer Setting * * @package Blossom_Coach */ function blossom_coach_customize_register_footer( $wp_customize ) { $wp_customize->add_section( 'footer_settings', array( 'title' => __( 'Footer Settings', 'blossom-coach' ), 'priority' => 199, 'capability' => 'edit_theme_options', ) ); /** Footer Copyright */ $wp_customize->add_setting( 'footer_copyright', array( 'default' => '', 'sanitize_callback' => 'wp_kses_post', 'transport' => 'postMessage' ) ); $wp_customize->add_control( 'footer_copyright', array( 'label' => __( 'Footer Copyright Text', 'blossom-coach' ), 'section' => 'footer_settings', 'type' => 'textarea', ) ); $wp_customize->selective_refresh->add_partial( 'footer_copyright', array( 'selector' => '.bottom-footer .copyright>span', 'render_callback' => 'blossom_coach_get_footer_copyright', ) ); } add_action( 'customize_register', 'blossom_coach_customize_register_footer' );
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings