wpmdb_js_strings

wpmdb_js_strings

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_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'),