Home Forums WoodMart support forum Instagram has returned invalid data.

Instagram has returned invalid data.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #139927

    satchmata
    Participant

    After several days of using Instagram (was everything OK) today I received this message >> Instagram has returned invalid data.

    Attachments:
    You must be logged in to view attached files.
    #139997

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter( 'woodmart_intagram_user_ajax_load', '__return_true' );

    Next, find the line:

    if ( is_wp_error( $media_array ) && $media_array->get_error_code() === 'invalid_response_429' ) {

    in

    woodmart/inc/shortcodes/instagram.php

    and replace with this line:

    if ( is_wp_error( $media_array ) && ( $media_array->get_error_code() === 'invalid_response_429' || apply_filters( 'woodmart_intagram_user_ajax_load', false ) ) ) {

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)