Slide 43
Slide 43 text
$args = array(
'description' => 'All Artworks',
'public' => true,
…
'show_in_rest' => true,
'rest_base' => 'artwork',
'rest_controller_class' => 'WP_REST_Posts_Controller',
'supports' => array('title','excerpt','thumbnail'),
);