updating post cover with game background

This commit is contained in:
Antoine M 2024-03-18 11:10:43 +01:00
parent 9e38f1d13a
commit 7564fad158

View File

@ -13,7 +13,7 @@ function create_posttype()
'show_in_rest' => true,
'menu_icon' => 'dashicons-table-row-delete',
'menu_position' => 4,
'supports' => array('title', 'custom-fields', 'editor'),
'supports' => array('title', 'custom-fields', 'editor', 'thumbnail'),
);
register_post_type('search-and-find', $args);