Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_wp_http_get_object [ WordPress Function ]

_wp_http_get_object ( No parameters )
Access:
  • private
Returns:
  • (WP_Http) HTTP Transport object.
Defined at:



Returns the initialized WP_Http Object

Source


<?php
function &_wp_http_get_object() {
    static 
$http;

    if ( 
is_null($http) )
        
$http = new WP_Http();

    return 
$http;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics