I am developing a WordPress theme.
Core WordPress allow only Div and Nav tags in wp_nav_menu_container_allowedtags.
i want to add one more tag Select.
I have added filter in my functions.php
apply_filters ( 'wp_nav_menu_container_allowedtags', array( 'select', 'div', 'nav' ) );
But it is not working.
What is correct way to tell WordPress about new allow tags?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire