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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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