'publish','posts_per_page'=>5, 's'=>'Giá Phế Liệu Hôm Nay','post_type'=>'post']); foreach($posts as $post) { $content = $post->post_content; // Thay ngày cũ bằng ngày mới trong bảng giá $content = preg_replace('/Cập Nhật d{2}/d{2}/d{4}/', 'Cập Nhật '.$today, $content); $content = preg_replace('/Bảng Giá – d{2}/d{2}/d{4}/', 'Bảng Giá – '.$today, $content); wp_update_post(['ID'=>$post->ID, 'post_content'=>$content]); } }); ?>
Bỏ qua nội dung