[Resolved] license key

Home Forums Support [Resolved] license key

Home Forums Support license key

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2335699
    liz

    Hi,

    I am having a problem with my license key.

    403 Forbidden. Your server is not able to communicate with generatepress.com in order to activate your license key. Thanks.

    #2335704
    David
    Staff
    Customer Support
    #2335716
    liz

    Hi David,

    Can I just add the ff. to simple CSS?

    add_filter( ‘pre_http_request’, function( $pre, $args, $url ) {
    if ( ‘https://generatepress.com’ === $url || ‘https://generatepress.com/’ === $url ) {
    return wp_remote_post(
    https://api.generatepress.com’,
    array(
    ‘timeout’ => $args[‘timeout’],
    ‘sslverify’ => $args[‘sslverify’],
    ‘body’ => $args[‘body’],
    )
    );
    }

    return $pre;
    }, 10, 3 );

    #2335731
    David
    Staff
    Customer Support

    No, its PHP.
    Do you have the Code Snippets plugin installed ? If so, create a New Snippet and paste the code in there.

    #2335773
    liz

    Thanks David!

    #2335775
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.