jQuery(document).ready(function() { jQuery("#aboveheadermenu").menumaker({ title: "aboveheadermenu", breakpoint: 640, format: "select" }); jQuery("#belowheadermenu").menumaker({ title: "belowheadermenu", breakpoint: 640, format: "multitoggle" }); jQuery("#footermenu").menumaker({ title: "footermenu", breakpoint: 640, format: "select" }); }); '; } add_action( 'wp_footer', 'atticus_finch_mobile_menus' );