通常の投稿の場合 function 【メソッド名】( $result, $option, $user ) { return 1; } add_filter( 'get_user_option_screen_layout_post', '【メソッド名】', 10, 3 ); カスタム投稿タイプの場合 function 【メソッド名】( $result, $option, $user ) { return 1; } add_filter( 'get_user_option_screen_layout_【post_type】', '【メソッド名】', 10, 3 );
![[WordPress] 記事投稿画面を1カラムにする](https://cdn-ak-scissors.b.st-hatena.com/image/square/5cd95c13d9aa15a363e06fc552218702c6f62f86/height=288;version=1;width=512/https%3A%2F%2Fwww.560designs.com%2Fwp%2Fwp-content%2Fuploads%2F2016%2F02%2Fogp_logo.gif)