Echo no menu notice.
beans_no_menu_notice( )
Return: (void)
Source
function beans_no_menu_notice() {
beans_open_markup_e( 'beans_no_menu_notice', 'p', array( 'class' => 'uk-alert uk-alert-warning' ) );
beans_output_e( 'beans_no_menu_notice_text', __( 'Whoops, your site does not have a menu!', 'tm-beans' ) );
beans_close_markup_e( 'beans_no_menu_notice', 'p' );
}