Improvement
-
Hi guys, I Would like to ask you for a little improvement.
When I insert an HTML element in menu, shortcodes are not parsed. It would be very easy to solve and give users freedom to include our own ideas in menu.
If you change line 1517 of all-in-menu.php adding a do_shortcode function, work is done:
case ‘html’: $col_content .= ‘<div class=”menu_custom_item menu_custom_item_html”‘.do_shortcode($row->md_tool_html_content).'</div>’;
break;Or better if you can add some filters and variated hooks ??
Thank you very much and congratulations, your plugin is a very good job
Best regars from Spain
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Improvement’ is closed to new replies.