Skip to content

Commit

Permalink
fix: remove case-studies cpt archive page
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPipolo committed Jan 31, 2024
1 parent 79c7c8a commit f642d99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ private static function register_cpt(): void {
'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6"> <path fill-rule="evenodd" d="M2.25 2.25a.75.75 0 000 1.5H3v10.5a3 3 0 003 3h1.21l-1.172 3.513a.75.75 0 001.424.474l.329-.987h8.418l.33.987a.75.75 0 001.422-.474l-1.17-3.513H18a3 3 0 003-3V3.75h.75a.75.75 0 000-1.5H2.25zm6.04 16.5l.5-1.5h6.42l.5 1.5H8.29zm7.46-12a.75.75 0 00-1.5 0v6a.75.75 0 001.5 0v-6zm-3 2.25a.75.75 0 00-1.5 0v3.75a.75.75 0 001.5 0V9zm-3 2.25a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5z" clip-rule="evenodd" /> </svg>'
),
'has_archive' => false,
'supports' => array( 'title', 'editor', 'thumbnail', 'revisions', 'excerpt' ),
'show_in_rest' => true,
)
Expand Down

0 comments on commit f642d99

Please sign in to comment.