setIcon('question') ->make([ 'rewrite' => [ 'slug' => 'support', 'with_front' => false, ], 'public' => false, 'taxonomies' => [] ]); } //function ajv_support(): array //{ // return [ // 'singular' => 'Support', // 'plural' => 'Support', // 'hide_single' => false, // 'show_feed' => false, // 'icon' => 'question', // 'public' => false, // 'rewrite' => [ // 'slug' => 'support', // 'with_front' => false, // ], // 'fields' => [ // 'post_title' => [ // 'type' => 'text', // 'label' => 'Title', // ], // 'post_content' => [ // 'type' => 'textarea', // 'quill' => true, // 'label' => 'Content' // ] // ], // ]; //}