wpmdb_theoretical_transfer_bottleneck
wpmdb_theoretical_transfer_bottleneck
Appears in: 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
See hook in action
Displaying hooks found in version: wp-migrate-db.2.6.9apply_filters('wpmdb_theoretical_transfer_bottleneck') is found 2 times:
- /class/Common/Migration/MigrationHelper.php line 140
Warning: Undefined array key 143 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 144 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 145 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
'mf_available' => Util::is_addon_registered('mf'), 'mst_required_message_push' => $this->multisite->mst_required_message('push'), 'mst_required_message_pull' => $this->multisite->mst_required_message('pull'), 'time_format' => get_option('time_format'), 'theoreticalTransferBottleneck' => apply_filters('wpmdb_theoretical_transfer_bottleneck', 0) ]; } }
- /class/Common/Util/Util.php line 774
'subsites' => $this->subsites_list(), 'subsites_info' => $this->subsites_info(), 'is_subdomain_install' => esc_html((is_multisite() && is_subdomain_install()) ? 'true' : 'false'), 'high_performance_transfers' => (bool)Settings::get_setting('high_performance_transfers'), 'theoreticalTransferBottleneck' => apply_filters('wpmdb_theoretical_transfer_bottleneck', 0), 'firewall_plugins' => $this->get_active_firewall_plugins(), 'platform' => apply_filters('wpmdb_hosting_platform', null), ); $wpe_cookie = self::get_wpe_cookie();