context['gatherpress/rsvpLimitEnabled'] ) ? (bool) $block->context['gatherpress/rsvpLimitEnabled'] : false; if ( empty( $gatherpress_limit_enabled ) ) { return; } $gatherpress_show_all_text = isset( $attributes['showAll'] ) ? $attributes['showAll'] : __( 'Show All', 'gatherpress' ); $gatherpress_show_fewer_text = isset( $attributes['showFewer'] ) ? $attributes['showFewer'] : __( 'Show Fewer', 'gatherpress' ); printf( '
', wp_kses_data( get_block_wrapper_attributes() ), esc_attr( $gatherpress_show_all_text ), esc_attr( $gatherpress_show_fewer_text ), esc_html( $gatherpress_show_all_text ) );