Title: Deprecated function in WP 4.6*
Last modified: September 1, 2016

---

# Deprecated function in WP 4.6*

 *  [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/deprecated-function-in-wp-46/)
 * Hi-
    At first, thanks for the plugin.
 * With version 4.6 is the function `wp_get_sites()` deprecated and you should change
   a little bid. I develop always on the last nightly and I have change this.
 * Funktion `mkEndPoint()` in EzPlugin.php, line 47, switch to the new function `
   get_sites()`:
 *  if (function_exists(‘get_sites’)) {
    $info = get_sites(); if (!empty($info[1])&&
   $info[1]->path == “/”) {
 * Thanks.
 * [https://wordpress.org/plugins/plugincheck/](https://wordpress.org/plugins/plugincheck/)

The topic ‘Deprecated function in WP 4.6*’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/plugincheck_3c5a84.svg)
 * [Plugin Check](https://wordpress.org/plugins/plugincheck/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugincheck/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugincheck/)
 * [Active Topics](https://wordpress.org/support/plugin/plugincheck/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugincheck/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugincheck/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/deprecated-function-in-wp-46/)
 * Status: not resolved