Special Meeting | Credit Card Reviews- 05/28/2025

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 ""; } } add_shortcode( 'availability-image-shortcode', 'wpc_elementor_shortcode');