Tagged: 

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

    Hi Support,

    On Link Behavior section ex. in Icon List element,
    I would like to display link url on select option, please see attached link:
    Screen-Shot-2565-03-29-at-11-54-41
    Is there any option or hook for this function ?

    Best regards

    • This topic was modified 2 years, 3 months ago by StuWeTueHo.
    #1346536

    Hey StuWeTueHo,

    Thank you for the inquiry.

    The theme is actually using the default wp_dropdown_pages function to display the list of pages or posts as dropdown. Unfortunately, there is no filter or hook for this aside from the wp_dropdown_pages filter, which should allow you to adjust the final html of the select element.

    // https://developer.wordpress.org/reference/functions/wp_dropdown_pages/

    Best regards,
    Ismael

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