uawdijnntqw1x1x1
IP : 216.73.217.174
Hostname : mailtech.lifestyleretreats.com
Kernel : Linux mailtech.lifestyleretreats.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home
/
lrindo5
/
.
/
pelican.lrindo.com
/
wp-content
/
plugins
/
popup-by-supsystic
/
classes
/
dispatcher.php
/
/
<?php #[\AllowDynamicProperties] class dispatcherPps { static protected $_pref = 'pps_'; static public function addAction($tag, $function_to_add, $priority = 10, $accepted_args = 1) { if(strpos($tag, 'pps_') === false) $tag = self::$_pref. $tag; return add_action( $tag, $function_to_add, $priority, $accepted_args ); } static public function doAction($tag) { if(strpos($tag, 'pps_') === false) $tag = self::$_pref. $tag; $numArgs = func_num_args(); if($numArgs > 2) { $args = array(); for($i = 1; $i < $numArgs; $i++) { $args[] = func_get_arg($i); } } elseif($numArgs == 2) { $args = func_get_arg(1); } else $args = NULL; return do_action($tag, $args); } static public function addFilter($tag, $function_to_add, $priority = 10, $accepted_args = 1) { if(strpos($tag, 'pps_') === false) $tag = self::$_pref. $tag; return add_filter( $tag, $function_to_add, $priority, $accepted_args ); } static public function applyFilters($tag, $value) { if(strpos($tag, 'pps_') === false) $tag = self::$_pref. $tag; if(func_num_args() > 2) { $args = array($tag); for($i = 1; $i < func_num_args(); $i++) { $args[] = func_get_arg($i); } return call_user_func_array('apply_filters', $args); } else { return apply_filters( $tag, $value ); } } }
/home/lrindo5/./pelican.lrindo.com/wp-content/plugins/popup-by-supsystic/classes/dispatcher.php