declare var acfwAdmin: any; (function ($) { var noticeCountTemplate = '{count}'; // replace all instances of {count} with the actual count noticeCountTemplate = noticeCountTemplate.replace(/\{count\}/g, acfwAdmin.noticeCount); $('#toplevel_page_acfw-admin .wp-menu-name').append(' ' + noticeCountTemplate); })(jQuery);