PHP warning for Give Recurring
-
On my client’s site, when I test with the debug on, I’m seeing this alert:
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in /wp-content/plugins/give-recurring/includes/admin/class-subscriptions-list-table.php on line 143The plugin is up to date, and we’re running php 7.4.
Just sending this out as a future fix needed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP warning for Give Recurring’ is closed to new replies.