' . esc_html__( 'Template Settings', 'shopbuilder' ) . ''; if ( ! wp_verify_nonce( Fns::get_nonce(), rtsb()->nonceText ) ) { $return = [ 'success' => false, 'title' => $title, 'content' => esc_html__( 'Session Expired...', 'shopbuilder' ), ]; wp_send_json( $return ); } if ( ! current_user_can( 'manage_options' ) ) { $return = [ 'success' => false, 'title' => $title, 'content' => esc_html__( 'Permission Denied...', 'shopbuilder' ), ]; wp_send_json( $return ); } if ( ! defined( 'ELEMENTOR_VERSION' ) ) { $return = [ 'success' => true, 'title' => $title, 'content' => '