We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb6f7a commit d694bf9Copy full SHA for d694bf9
1 file changed
public_html/wp-content/mu-plugins/structured-data.php
@@ -90,6 +90,10 @@ function build_event_payload( WP_Post $wordcamp ) {
90
return false;
91
}
92
93
+ if ( empty( $camptix ) ) {
94
+ return false;
95
+ }
96
+
97
$active_tickets = $camptix->get_active_tickets();
98
99
if ( ! $active_tickets ) {
0 commit comments