get_template_parts(); } /** * Admin Notices * * The Agama admin notices. * * @since 1.4.52 * @access public * @return mixed */ public function admin_notices() { if( isset( $_GET['action'] ) && 'dismiss-agama-notice' == $_GET['action'] ) { update_option( '_AgamaNoticeDismissed', true ); } ?>

promo20