PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/veezar.kerihosting.com/wp-content/plugins/s2member/src/includes/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/veezar.kerihosting.com/wp-content/plugins/s2member/src/includes/funcs.inc.php |
<?php // @codingStandardsIgnoreFile /** * Loads functions created by the s2Member plugin. * * Copyright: © 2009-2011 * {@link http://websharks-inc.com/ WebSharks, Inc.} * (coded in the USA) * * 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: {@link http://www.gnu.org/licenses/}. * * @package s2Member * @since 3.0 */ if(!defined('WPINC')) // MUST have WordPress. exit ('Do not access this file directly.'); /* Include all of the functions that came with this plugin. */ if(is_dir($ws_plugin__s2member_temp_dir = dirname(__FILE__).'/functions')) foreach(scandir($ws_plugin__s2member_temp_dir) as $ws_plugin__s2member_temp_s) if(preg_match('/\.php$/', $ws_plugin__s2member_temp_s) && $ws_plugin__s2member_temp_s !== 'index.php') include_once $ws_plugin__s2member_temp_dir.'/'.$ws_plugin__s2member_temp_s; unset($ws_plugin__s2member_temp_dir, $ws_plugin__s2member_temp_s);