get_template_parts(); } /** * Admin Notices * * The Agama admin notices. * * @since 1.4.52 * @access public * @return mixed */ public function admin_notices() {} /** * Get Template Part * * Include all template parts for backend. * * @since 1.0.0 * @access private * @return void */ private function get_template_parts() { get_template_part( 'framework/admin/animate' ); get_template_part( 'framework/admin/kirki/kirki' ); get_template_part( 'framework/admin/customizer' ); get_template_part( 'framework/admin/class-menu' ); } } Setup::get_instance(); /* Omit closing PHP tag to avoid "Headers already sent" issues. */