Deprecated: Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/Util/AutoPagingIterator.php on line 18 Deprecated: Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/Util/AutoPagingIterator.php on line 28 Deprecated: Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/Util/AutoPagingIterator.php on line 24 Deprecated: Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/Util/AutoPagingIterator.php on line 46 Deprecated: Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/Util/AutoPagingIterator.php on line 14 Deprecated: Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/Util/Set.php on line 40 Deprecated: Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/StripeObject.php on line 147 Deprecated: Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/StripeObject.php on line 156 Deprecated: Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/StripeObject.php on line 142 Deprecated: Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/StripeObject.php on line 152 Deprecated: Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/themes/benevolence-wpl/inc/stripe/lib/StripeObject.php on line 261
WordPress database error: [Incorrect DATE value: '02-08-2025']SELECT wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )
WHERE 1=1 AND (
(
( wp_postmeta.meta_key = 'wpl_event_recurring_bool' AND wp_postmeta.meta_value = 'on' )
AND
(
( mt1.meta_key = 'wpl_event_recurring_repeat_from' AND CAST(mt1.meta_value AS DATE) <= '02-08-2025' )
OR
( mt1.meta_key = 'wpl_event_recurring_repeat_until' AND CAST(mt1.meta_value AS DATE) >= '02-08-2025' )
)
)
) AND ((wp_posts.post_type = 'post_events' AND (wp_posts.post_status = 'publish')))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC