Skip to content

Commit

Permalink
Don't show if we have a tix_action set.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Oct 23, 2024
1 parent 6a94ae2 commit 8bc7d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function ticket_form_message() {
}

// Warn users that they will need to login to purchase a ticket
if ( ! is_user_logged_in() ) {
if ( ! is_user_logged_in() && ! isset( $_REQUEST['tix_action'] ) ) {
$camptix->notice( apply_filters(
'camptix_require_login_please_login_message',
sprintf(
Expand Down

0 comments on commit 8bc7d29

Please sign in to comment.