'; echo '

'; echo __('This theme uses Easy Beer Lister to manage the beers that are on-tap. Install Easy Beer Lister to get started'); echo "

"; echo ""; } } add_action('admin_notices', 'brewio_ebl_plugin_notif'); function brewio_tec_plugin_notif(){ if (!function_exists('tribe_get_template_part')) { echo '
'; echo '

'; echo __('This theme uses The Events Calendar to manage upcoming events. Install The Events Calendar to get started'); echo "

"; echo "
"; } } add_action('admin_notices','brewio_tec_plugin_notif'); ?>