empty trim issue in plugin
-
Since the last week or do there has been an issue like the one below from several of your plugins pages
where you have the /trim condition and an empty value is being passed, this showed up on plugin activation just now but also know of a similar canoical issue when editing pages in elementor caused by yoasts plugin trying to php trim empty values it assumes the value exists when sometimes it does not.
You really need to add an if empty return clause or if not empty clause
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /xx/xxx/xxxxx/wp-admin/admin-header.php on line 36
Warning: Cannot modify header information – headers already sent by (output started at /xx/xxxx/g-voetxxxxx/wp-admin/admin-header.php:36) in /home/stzonegotit/g-voetbal.sxxxxxxx/wp-includes/option.php on line 1692
Warning: Cannot modify header information – headers already sent by (output started at /xxx/xxxx/g-voexxxxx/wp-admin/admin-header.php:36) in /xx/xxx/g-voetxxxx/wp-includes/option.php on line 1693
- You must be logged in to reply to this topic.