wp_create_nonce( 'wp_rest' ) ], $data_send ); $args = array_merge( [ 'timeout' => 0.01, 'blocking' => false, 'body' => $data_send, 'cookies' => $_COOKIE, 'sslverify' => is_ssl(), 'headers' => [ 'Referer' => $url, ], ], $args ); wp_remote_post( $url, $args ); } }