• Hello,

    Is there a way to override the hook “change_brands_list_shortcode_return” in order to return only the parents of the brands or to return brands by the selected ids or to exclude some brands by id ?

    I checked the documentation, but I could find what arguments I can edit in the hook.

    Thanks in advance,
    Olga

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin do not have hook “change_brands_list_shortcode_return”.

    Do you mean [brands_list] shortcode? All attributes for this shortcode you can check on plugin settings page.

    Regards,
    Oleg

    Thread Starter olgamm

    (@olgamm)

    Hello, thanks for the quick response.

    I mean the filter hook “change_brands_list_shortcode_return”
    https://docs.berocket.com/plugin/woocommerce-brands#brands_list_shortcode_return

    I want to change the results of the brands list to and display only the parent brands, or to exclude some brands or to include some by id or something.

    I hope i explained my issue right,
    Olga

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Because hook is brands_list_shortcode_return

    brands_list_shortcode_return
    HTML code, that brands_list shortcode returns.

    Parameters

    return – HTML code, that returns
    atts – shortcode attributes

    Regards,
    Oleg

    Thread Starter olgamm

    (@olgamm)

    Hello and sorry for my late response

    Yes i know, but what are the available atts that I can change in order to return only the parent brands. Is there a list of available atts that the brands_list_shortcode_return accept?

    And if not can I somehow change the slider to return only the parent brands, with some other hook or something?

    Thanks,
    Olga

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    It is same attributes as [brands_list] shortcode has.
    You can check more about shortcodes on plugin settings page.

    Regards,
    Oleg

    Thread Starter olgamm

    (@olgamm)

    Okay, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Available Atts in shortcode brands list’ is closed to new replies.