wpmdb_before_remote_post
wpmdb_before_remote_post
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.2, 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: action
Displaying hooks found in version: wp-migrate-db.2.6.9do_action('wpmdb_before_remote_post') is found 1 times:
- /class/Common/Http/RemotePost.php line 143
$args['headers']['Content-Type'] = 'multipart/form-data; boundary=' . $this->props->multipart_boundary; $args['headers']['Referer'] = $this->util->referer_from_url($url); $this->dynamic_props->attempting_to_connect_to = $url; do_action('wpmdb_before_remote_post'); $response = wp_remote_post($url, $args); if (!is_wp_error($response)) { // Every response should be scrambled, but other processes may have been applied too so we use a filter. add_filter('wpmdb_after_response', array($this->scrambler, 'unscramble'));