File manager - Edit - /home/capoccitel/www/administrator/components/com_uniterevolution2/inc_php/framework/wpemulator.class.php
Back
<?php global $wpdb; global $wpTranslate; $wpdb = new UniteDBRev(); $wpTranslate = new UniteTranslateRev("revslider"); if(!defined("WP_CONTENT_DIR")){ define("WP_CONTENT_DIR",JPATH_BASE."/images/"); } /** * echo function */ function _uge($string, $textdomain = null){ if(GlobalsRevSlider::ENABLE_TRANSLATIONS == false){ echo $string; return(false); } global $wpTranslate; $str = $wpTranslate->translate($string); echo $str; } /** * * __ug() emulator */ function __ug($string, $textdomain = null){ if(GlobalsRevSlider::ENABLE_TRANSLATIONS == false) return($string); global $wpTranslate; $str = $wpTranslate->translate($string); return($str); } /** * * add_action() emulator */ if(function_exists("add_action") == false){ function add_action($action){ } } /** * * load_plugin_textdomain emulator */ /** * * add_action() emulator */ if(function_exists("load_plugin_textdomain") == false){ function load_plugin_textdomain($one, $two = null, $three = null, $four= null){ } } /** * * ge bloginfo function * @param $item */ if(function_exists("get_bloginfo") == false){ function get_bloginfo($item = null){ $arrResponse = array(); if(empty($item)) return($arrResponse); if($item == "version") return("3.6"); else return(""); } } /** * * register_activation_hook emulator */ if(function_exists("register_activation_hook") == false){ function register_activation_hook($one, $two){} } /** * get_post_types emulator */ if(function_exists("get_post_types") == false){ function get_post_types(){return(array());} } /** * * get_post_type_object emulator */ if(function_exists("get_post_type_object") == false){ function get_post_type_object($obj){ $strResponse = ""; if(is_string($obj)) $strResponse = $obj; $response = new stdClass(); $response->labels = new stdClass(); $response->labels->singular_name = $strResponse; return($response); } } /** * * wp_create_nonce emulator */ if(function_exists("wp_create_nonce") == false){ function wp_create_nonce($param = null, $param2 = null){ return(""); } } /** * * wp_verify_nonce emulator */ if(function_exists("wp_verify_nonce") == false){ function wp_verify_nonce($nonce = null){ return(true); } } /** * * content_url emulator */ if(function_exists("content_url") == false){ function content_url(){ $urlContent = juri::root()."images/"; return($urlContent); } } /** * * wp_register_style emulator */ if(function_exists("wp_register_style") == false){ function wp_register_style($handle, $url = null){ if(empty($url)) UniteFunctionsRev::throwError("wp register style error: empty url. handle: {$handle}"); $attribs = array(); if(!empty($handle)){ $handle = str_replace(" ", "_", $handle); $attribs["id"] = "css_".$handle; } $document = JFactory::getDocument(); $document->addStyleSheet($url, "text/css", null, $attribs); } } /** * * wp_register_script emulator */ if(function_exists("wp_register_script") == false){ function wp_register_script($handle, $url){ if(empty($url)) UniteFunctionsRev::throwError("wp register script error: empty url. handle: {$handle}"); $document = JFactory::getDocument(); $document->addScript($url); } } /** * * wp_enqueue_style emulator */ if(function_exists("wp_enqueue_style") == false){ function wp_enqueue_style($handle, $url = null){ //wp_register_style($handle, $url); } } /** * * wp enqueue script emulator */ if(function_exists("wp_enqueue_script") == false){ function wp_enqueue_script($handle, $url = null){ //wp_register_script($handle, $url); } } /** * * get_object_taxonomies emulator */ if(function_exists("get_object_taxonomies") == false){ function get_object_taxonomies(){ return array(); } } /** * * is_ssl emulator. return if it's ssl or not */ if(function_exists("is_ssl") == false){ function is_ssl(){ return JURI::getInstance()->isSSL(); } } ?>
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings