Nick Davis
Notes
Stack
Enable block editor for WordPress custom post type
9 September 2022
<?php $args = [ 'show_in_rest' => true ]; register_post_type( 'post-type-slug', $args );
In
Notes
WordPress
Disallow adding and deleting plugins in WordPress admin via wp-config.php
FacetWP ‘Load More’ button still showing even when no more posts to show