Tagged: link
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:
Is there any option or hook for this function ?
Best regards
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