TOP
PHP
カスタム投稿のエディターを消す
PHP
カスタム投稿のエディターを消す
カテゴリー:
PHP
add_action( 'init', function() { remove_post_type_support( 'ポストタイプ名', 'editor' ); }, 99 );
投稿日:2023年06月26日
次のページ
前のページ
アーカイブ