Title: Deprecated split() function in utils class
Last modified: August 24, 2016

---

# Deprecated split() function in utils class

 *  [Kevin Fodness](https://wordpress.org/support/users/kevinfodness/)
 * (@kevinfodness)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/deprecated-split-function-in-utils-class/)
 * Deprecated: Function split() is deprecated in /var/www/mywebsite/public_html/
   wp-content/plugins/crayon-syntax-highlighter/util/crayon_util.class.php on line
   664
 * Offending line:
    return split(‘\.’, $match[0]);
 * Should be replaced with:
    return explode(‘\.’, $match[0]);
 * [https://wordpress.org/plugins/crayon-syntax-highlighter/](https://wordpress.org/plugins/crayon-syntax-highlighter/)

The topic ‘Deprecated split() function in utils class’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crayon-syntax-highlighter_b0c4c0.
   svg)
 * [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crayon-syntax-highlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crayon-syntax-highlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crayon-syntax-highlighter/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)

 * 0 replies
 * 1 participant
 * Last reply from: [Kevin Fodness](https://wordpress.org/support/users/kevinfodness/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/deprecated-split-function-in-utils-class/)
 * Status: not resolved