Released under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License, along with this software. In the main directory, see: /licensing/ If not, see: . */ if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"])) exit ("Do not access this file directly."); /**/ if (!class_exists ("c_ws_widget__ad_squares_utils_conds")) { class c_ws_widget__ad_squares_utils_conds { /* Determines whether or not this is the Network Admin panel. @deprecated Use built-in WordPress® function for this. */ public static function is_network_admin () { return is_network_admin (); } /* Determines whether or not this is a Blog Admin panel. @deprecated Use built-in WordPress® function for this. */ public static function is_blog_admin () { return is_blog_admin (); } /* Determines whether or not this is a User Admin panel. @deprecated Use built-in WordPress® function for this. */ public static function is_user_admin () { return is_user_admin (); } /* Determines whether or not this is a Multisite Farm. */ public static function is_multisite_farm () { return (is_multisite () && defined ("MULTISITE_FARM") && MULTISITE_FARM); } } } ?>