Not working with Enlightenment Theme
-
I’ve added
do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
to the ‘navigation.php’ file which containsclass Enlightenment_Walker_Nav_Menu extends Walker_Nav_Menu { //Themes Code function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { //Themes Code Your action hook } }
but it still isn’t working.
Any ideas?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Not working with Enlightenment Theme’ is closed to new replies.