You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
104 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
496 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
The text was updated successfully, but these errors were encountered:
IssueM shortcodes are using split() PHP function which has been removed in PHP 7.
FILE: .../wp-content/plugins/issuem/issuem-shortcodes.php
FOUND 2 ERRORS AFFECTING 2 LINES
104 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
496 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_split() instead
The text was updated successfully, but these errors were encountered: