Closed benlk closed 6 years ago
PHP Deprecated: Function split() is deprecated in /vagrant/wp-content/plugins/WP-DS-NPR-API/classes/NPRAPIWordpress.php on line 59
https://secure.php.net/manual/en/function.split.php
It looks like this is being used as explode(), even though it's the anlogue to preg_split()
explode()
preg_split()
See PR 32 that addresses this and several other issues:
https://github.com/npr/nprapi-wordpress/pull/42 addresses the remaining join/split.
https://secure.php.net/manual/en/function.split.php
It looks like this is being used as
explode()
, even though it's the anlogue topreg_split()