パブリック・スピーキング
09/23-09/29 - Advanced
add_filter( 'site_status_tests', function( $tests ) { // Remove the background updates check unset( $tests['async']['background_updates'] ); // Remove the disk space check unset( $tests['direct']['disk_space'] ); return $tests; } );
内容をスキップ