'active', ) ); $active_event_plugins = Setup::get_instance()->get_active_event_plugins(); $activitypub_event_bridge_status_ok = true; $example_event_post = Health_Check::get_most_recent_event_posts(); if ( empty( $example_event_post ) ) { $example_event_post = 'https://yoursite.com/events/event-name'; $example_event_post_is_dummy = true; } else { $example_event_post = \get_permalink( $example_event_post[0]); $example_event_post_is_dummy = false; } global $wp_filesystem; WP_Filesystem(); ?>

get_plugin_name() ); ?>:

' . \esc_html__( 'Please fix the status issues above first.', 'activitypub-event-bridge' ) . '

'; } ?>

			get_contents( ACTIVITYPUB_EVENT_BRIDGE_PLUGIN_DIR . '/CHANGELOG.md' );
			echo esc_html( substr( $changelog, strpos( $changelog, "\n", 180 ) + 1 ) );
			?>