uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
.trash
/
wp-content
/
plugins
/
.
/
brizy
/
site-url-replacer.php
/
/
<?php class Brizy_SiteUrlReplacer { static public function hideSiteUrl( $content, $url = null ) { if ( ! $url ) { $url = home_url(); } $pattern = str_replace( array( '/', '.' ), array( '\/', '\.' ), $url ); $content = preg_replace( "/{$pattern}/i", Brizy_Config::SITE_URL_PLACEHOLDER, $content ); return $content; } static public function restoreSiteUrl( $content, $url = null ) { if ( ! $url ) { $url = home_url(); } $content = preg_replace( Brizy_Config::SITE_URL_PLACEHOLDER_REGEX, $url, $content ); return $content; } }
/home/batcwwjx/./old/.trash/wp-content/plugins/./brizy/site-url-replacer.php