Am creat răspunsuri în forum

Vizualizare 1 răspuns (din 1 în total)
  • Forum: Probleme și soluții
    În răspuns la: Problema tema
    Inițiator fir de discuții Cristianx5

    (@cristianx5)

    am modificat la 30 si tot asa apare :((

    function request( $url, $args = array() ) {
    global $wp_version;

    $defaults = array(
    ‘method’ => ‘GET’,
    ‘timeout’ => apply_filters( ‘http_request_timeout’, 30),
    ‘redirection’ => apply_filters( ‘http_request_redirection_count’, 5),
    ‘httpversion’ => apply_filters( ‘http_request_version’, ‘1.0’),
    ‘user-agent’ => apply_filters( ‘http_headers_useragent’, ‘WordPress/’ . $wp_version . ‘; ‘ . get_bloginfo( ‘url’ ) ),
    ‘blocking’ => true,
    ‘headers’ => array(),
    ‘cookies’ => array(),
    ‘body’ => null,
    ‘compress’ => false,
    ‘decompress’ => true,
    ‘sslverify’ => true
    );

    si tot asa imi da
    An Unexpected HTTP Error occurred during the API request.

    Try again

Vizualizare 1 răspuns (din 1 în total)