display_names_as => 'slug' in Nav Menu
-
I’m using the Navigation Menu Item to display a language switcher. I would like to display each language as a 2-letter code instead of a full name.
I see that there I can pass an argument to PLL_Switcher->the_languages() to achieve just that. My problem is that this argument isn’t exposed in the Nav Menu Item UI. I also looked for a filter somewhere along the call stack that would allow me to manipulate the $args array, but there is none.
Right now, I can either:
- Patch the plugin’s code, which I don’t want to do
- Use a filter applied much later when the nav items have been all HTMLized, which seems crude
Is there any possibility to include in a future version a filter or an option in the menu ui to allow for this?
Thanks for the awesome plugin!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘display_names_as => 'slug' in Nav Menu’ is closed to new replies.