Special Meeting
2025-05-28 10:00:00 AM Agenda Minutes Highlights Mailer function wpc_elementor_shortcode( $atts ) { $pods = pods( 'avail' ); $light = $pods->field( 'meeting_cancelled' ); if ($light == '1') { echo "Cancelled
"; } elseif ($light == '0') { echo "Scheduled
"; } else { echo "