add( 'adventeqa_notice', // Unique ID. esc_html__( 'Adventeqa Usage Guide.', 'adventeqa' ), // The title for this notice. '

' . __('Thank you for using adventeqa, Please read our setup guide to make full use of the theme.', 'adventeqa') . '

' . __('Go To Setup Guide', 'adventeqa') . '

' // The content for this notice. ); $adventeqa_notices->boot();