Nick Davis
Home
Notes
Notes
Enable block editor for WordPress custom post type
Nick
·
September 9, 2022
<?php $args = [ 'show_in_rest' => true ]; register_post_type( 'post-type-slug', $args );
WordPress
Notes
Increase PHP memory limit in Laravel Valet
July 5, 2023
Notes
Fix 504 Gateway Timeout in Laravel Valet
July 5, 2023
Notes
Pull all remote git branches to local
June 30, 2023