__( 'ARE YOU SURE?', 'blossom-floral-pro' ), 'content' => __( '
Pressing "Y" will remove all customizations ever made via customizer in this theme.
!!! THIS ACTION IS IRREVERSIBLE !!!Please click "NO" or press "N" if you do not wish to do so.
', 'blossom-floral-pro' ), 'nonce' => wp_create_nonce( 'blossom-floral-pro-customizer-reset' ) ) ); } public function render_content(){ if( $this->label ){ echo ''; echo esc_html( $this->label ); echo ''; } if( $this->description ){ echo ''; echo wp_kses_post( $this->description ); echo ''; } ?>