Use PHP 7.4 featers and PHP 8 polyfills

This commit is contained in:
David Stone
2025-02-08 13:57:32 -07:00
parent 8bea6067cd
commit b41dc2b2eb
550 changed files with 15270 additions and 14627 deletions

View File

@ -274,10 +274,10 @@
echo esc_attr(
wu_get_form_url(
'see_product_details',
array(
[
'product' => $addon['product']->get_slug(),
'width' => 500,
)
]
)
);
?>
@ -298,11 +298,11 @@
echo esc_attr(
wu_get_form_url(
'edit_membership_product_modal',
array(
[
'membership' => $membership->get_hash(),
'product' => $addon['product']->get_slug(),
'width' => 500,
)
]
)
);
?>