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