Title: PHP 7 &#8211; Deprecated split() function
Last modified: August 31, 2016

---

# PHP 7 – Deprecated split() function

 *  Resolved [Pierre Lavaux](https://wordpress.org/support/users/plavaux/)
 * (@plavaux)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-7-deprecated-split-function/)
 * In `classes/wpai-settings.php`, the line :
 * `$ads = split('#wpai-del#',$blocks[intval($id)]->default_ads);`
 * Should be replaced with :
 * `$ads = explode('#wpai-del#',$blocks[intval($id)]->default_ads);`
 * Otherwise, a fatal error will occur.
 * More info : [http://php.net/manual/en/function.split.php](http://php.net/manual/en/function.split.php)
 * [https://wordpress.org/plugins/wp-advertize-it/](https://wordpress.org/plugins/wp-advertize-it/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [lauralsweet](https://wordpress.org/support/users/lauralsweet/)
 * (@lauralsweet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-7-deprecated-split-function/#post-7239625)
 * Pierre,
    thank you so much!
 * I just installed this plugin and was immediately frustrated with the php Depreciated
   split error and your fix solved my problem.
    thanks again!
 * Laura
    [if it’s hip, it’s here](http://www.ifitshipitshere.com)
 *  Plugin Author [Alexander Herdt](https://wordpress.org/support/users/alexanderherdt/)
 * (@alexanderherdt)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/php-7-deprecated-split-function/#post-8430035)
 * Thanks guys!
    Resolved in the version 1.2.1.
 * Regards
    Alexander

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 7 – Deprecated split() function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-advertize-it.svg)
 * [WP Advertize It](https://wordpress.org/plugins/wp-advertize-it/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-advertize-it/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-advertize-it/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-advertize-it/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-advertize-it/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-advertize-it/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Alexander Herdt](https://wordpress.org/support/users/alexanderherdt/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/php-7-deprecated-split-function/#post-8430035)
 * Status: resolved