Customize your theme in the Theme Customizer panel. See changes live without page reloading.   

WordPress批量删除特色图像

当前位置:
估计的阅读时间: < 1分钟

将下面的代码添加到functions.php文件中.

global $wpdb;
$wpdb->query( "
DELETE FROM $wpdb->postmeta
WHERE meta_key = '_thumbnail_id'
" );

Via:https://www.wpbeginner.com/wp-tutorials/how-to-bulk-remove-featured-images-from-posts-in-wordpress/

这篇文章有帮助吗?
浏览: 0
Call to action title here