404: Redirected to: https://www.8theme.com/api/info?plugin=et-core

This topic has 3 replies, 2 voices, and was last updated 1 day, 19 hours ago ago by Andrew Mitchell

  • Avatar: Safe Desires
    Safe Desires
    Participant
    June 9, 2026 at 19:30

    my WP admin is running extremely slowly and a query monitor is showing a bunch of these.

    Method
    URL

    All
    Status

    All
    Caller

    All
    Component

    All
    Timeout Time
    GET https://www.8theme.com/themes/api/info/?plugin=et-core
    Redirected to: https://www.8theme.com/api/info?plugin=et-core
    404 Not Found
    ETheme_Version_Check->api_info()
    Theme 5 0.9874

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    2 Answers
    Avatar: Safe Desires
    Safe Desires
    Participant
    June 9, 2026 at 19:51

    I added this snippet to turn it off for now:
    add_filter( ‘pre_http_request’, function( $pre, $args, $url ) {

    if (
    strpos( $url, ‘8theme.com/themes/api/info’ ) !== false ||
    strpos( $url, ‘8theme.com/api/info’ ) !== false
    ) {
    return array(
    ‘headers’ => array(),
    ‘body’ => ”,
    ‘response’ => array(
    ‘code’ => 200,
    ‘message’ => ‘Blocked’
    ),
    ‘cookies’ => array(),
    ‘filename’ => null,
    );
    }

    return $pre;

    }, 10, 3 );

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    June 10, 2026 at 08:17

    Hello, Safe Desires,

    Thank you for the information. We have already made the necessary corrections.

    Best regards,
    The 8Theme Team

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.