2020 Feb 4 Tue
add_filter( 'use_block_editor_for_post', function( $use_block_editor, $post ) { if ( 'exsample' === $post->post_type ) { $use_block_editor = false; } return $use_block_editor; }, 10, 2 );
2025.07.07
2025.07.04
2025.06.24
2024.10.02
2024.08.29
0