Update elementor pro

This commit is contained in:
2026-03-24 09:23:15 +01:00
parent ce2d93a202
commit 4c35d65901
559 changed files with 11981 additions and 19280 deletions

View File

@@ -222,7 +222,7 @@ class Paypal_Button extends Payment_Button {
}
// Render the payment button.
protected function render_button( Widget_Base $instance = null, $tag = 'a' ) {
protected function render_button( ?Widget_Base $instance = null, $tag = 'a' ) {
switch ( $this->get_api_method() ) {
case 'legacy':
$this->render_legacy_form();

View File

@@ -246,7 +246,7 @@ class Stripe_Button extends Payment_Button {
*
* @return array
*/
protected function render_button( Widget_Base $instance = null, $tag = 'a' ) {
protected function render_button( ?Widget_Base $instance = null, $tag = 'a' ) {
$settings = $this->get_settings_for_display();
?>