Hi @fabrisancho ,
I hope you are doing well.
Thank you for sharing your feedback with us. We are pleased to inform you that the issue has been successfully resolved. Could you please take a moment to update your plugin and confirm that everything is working smoothly on your end?
Let me know if you encounter any further issues. Feel free to ask. We are always here to assist you.
Thanks & Regards,
WP Experts Support Team
PHP Fatal error: Uncaught Error: Call to undefined function AIO_Login\Change_WP_Admin_Login\str_contains() in /wp-content/plugins/change-wp-admin-login/includes/change-wp-admin-login/class-change-wp-admin-login.php:460
Doesn’t work on php7.4 (WordPress critical error)
Hi @fabrisancho ,
I hope you are doing well.
We will discuss the issue with our technical team and then I will get back to you soon.
Thanks
@rsugiarto ,
I hope you are doing well.
It seems that your WordPress version is outdated. Could you please update them and share your feedback with us?
If the issue persists, let me know. we will investigate this issue further.
Thanks & Regards,
WP Experts Support Team
Hi @fabrisancho ,
We are marking this ticket as resolved due to inactivity. If you encounter any further issues, please feel free to open a new ticket.
Have a great day!
Thread Starter
Fabri
(@fabrisancho)
same error, another time
PHP Parse error: syntax error, unexpected ‘)’ in /home/xxxxxx/public_html/wp-content/plugins/change-wp-admin-login/includes/login-customization/class-login-customization.php on line 48
version 2.0.3
register_rest_route(
'aio-login/custom-css',
'save-custom-css-settings',
array(
'methods' => 'POST',
'callback' => array( $this, 'save_custom_css_settings' ),
'permission_callback' => array( Helper::class, 'get_api_permission' ),
), <<< this comma
);