Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed May 30, 2024
1 parent f845ef0 commit 43f11d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public_html/wp-content/mu-plugins/structured-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ function get_event_status( WP_Post $wordcamp ) {
require_once WP_PLUGIN_DIR . '/wcpt/wcpt-wordcamp/wordcamp-loader.php';

$active_statuses = array_merge(
WordCamp_Loader::get_active_wordcamp_statuses(), // Pre-schedule + Scheduled
WordCamp_Loader::get_public_post_statuses() // Scheduled + Closed
WordCamp_Loader::get_active_wordcamp_statuses(), // Pre-schedule + Scheduled.
WordCamp_Loader::get_public_post_statuses() // Scheduled + Closed.
);

if ( 'wcpt-cancelled' === $wordcamp->post_status ) {
Expand Down

0 comments on commit 43f11d5

Please sign in to comment.