“deep” integration – class.wp-http.php and http.php
-
/bb-includes/backpress/class.wp-http.php (bbPress 1.1-alpha revision 2412)
BBPRESS functions:
function &_wp_http_get_object() {
function wp_remote_request($url, $args = array()) {
function wp_remote_get($url, $args = array()) {
function wp_remote_post($url, $args = array()) {
function wp_remote_head($url, $args = array()) {
function wp_remote_retrieve_headers(&$response) {
function wp_remote_retrieve_header(&$response, $header) {
function wp_remote_retrieve_response_code(&$response) {
function wp_remote_retrieve_response_message(&$response) {
function wp_remote_retrieve_body(&$response) {
conflict with WORDPRESS (WordPress 3.0-alpha revision 13909) /wp-includes/http.php the same functions
- You must be logged in to reply to this topic.