Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
cf7-multi-step
/
inc
/
File Content:
I18n.php
<?php if ( ! class_exists( 'NjtCF7MLSI18n' ) ) { class NjtCF7MLSI18n { public function __construct() { $this->doHooks(); } private function doHooks() { add_action( 'plugins_loaded', array( $this, 'cf7mlsLoadTextdomain' ) ); } public function cf7mlsLoadTextdomain() { if ( function_exists( 'determine_locale' ) ) { $locale = determine_locale(); } else { $locale = is_admin() ? get_user_locale() : get_locale(); } unload_textdomain( 'cf7-multi-step' ); load_textdomain( 'cf7-multi-step', CF7MLS_PLUGIN_DIR . '/languages/' . $locale . '.mo' ); load_plugin_textdomain( 'cf7-multi-step', false, CF7MLS_PLUGIN_DIR . '/languages/' ); } } new NjtCF7MLSI18n(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin
---
0755
frontend
---
0755
Fallback.php
541 bytes
0644
I18n.php
703 bytes
0644
cf7db.php
1740 bytes
0644
N4ST4R_ID | Naxtarrr