ContentDisable automatically deleting trashed posts Do not let WordPress delete trashed posts after 30 days. add_action( 'init', function() { remove_action( 'wp_scheduled_delete', 'wp_scheduled_delete' ); } ); Previous Post Change excerpt length Next Post Change "Add to cart" text