wpmdb_js_strings
wpmdb_js_strings
Appears in: wp-migrate-db.1.0.10, wp-migrate-db.1.0.11, wp-migrate-db.1.0.12, wp-migrate-db.1.0.13, wp-migrate-db.1.0.14, wp-migrate-db.1.0.15, wp-migrate-db.1.0.16, wp-migrate-db.1.0.17, wp-migrate-db.1.0.3, wp-migrate-db.1.0.4, wp-migrate-db.1.0.5, wp-migrate-db.1.0.6, wp-migrate-db.1.0.7, wp-migrate-db.1.0.8, wp-migrate-db.1.0.9, wp-migrate-db.2.0, wp-migrate-db.2.0.1, wp-migrate-db.2.0.2, wp-migrate-db.2.1, wp-migrate-db.2.1.1, wp-migrate-db.2.1.2, wp-migrate-db.2.2.0, wp-migrate-db.2.2.2, wp-migrate-db.2.3.0, wp-migrate-db.2.3.1, wp-migrate-db.2.3.2, wp-migrate-db.2.3.3, wp-migrate-db.2.4.0, wp-migrate-db.2.4.1, wp-migrate-db.2.4.2, wp-migrate-db.2.5.0, wp-migrate-db.2.6.1, wp-migrate-db.2.6.10, wp-migrate-db.2.6.11, wp-migrate-db.2.6.3, wp-migrate-db.2.6.4, wp-migrate-db.2.6.5, wp-migrate-db.2.6.6, wp-migrate-db.2.6.7, wp-migrate-db.2.6.8, wp-migrate-db.2.6.9
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.6.9apply_filters('wpmdb_js_strings') is found 1 times:
- /class/Common/Plugin/Assets.php line 70
wp_localize_script('wp-migrate-db-pro-script-v2', 'wpmdb_settings', apply_filters('wpmdb_settings_js', $this->settings->get_settings_for_frontend())); wp_localize_script('wp-migrate-db-pro-script-v2', 'wpmdb_strings', apply_filters('wpmdb_js_strings', array( 'connection_info_missing' => __('The connection information appears to be missing, please enter it to continue.', 'wp-migrate-db'), 'connection_info_url_invalid' => __('The URL on the first line appears to be invalid, please check it and try again.', 'wp-migrate-db'), 'connection_info_key_invalid' => __('The secret key on the second line appears to be invalid. It should be a 40 character string that consists of letters, numbers and special characters only.', 'wp-migrate-db'), 'connection_info_local_url' => __("It appears you've entered the URL for this website, you need to provide the URL of the remote website instead.", 'wp-migrate-db'), 'connection_info_local_key' => __('Looks like your remote secret key is the same as the secret key for this site. To fix this, go to the <a href="#settings">Settings tab</a> and click "Reset Secret Key"', 'wp-migrate-db'), 'migration_cancelled' => _x('Migration cancelled', 'The migration has been cancelled', 'wp-migrate-db'),