post_content; $content = str_replace("border-radius: 32px;", "border-radius: 40px;", $content); wp_update_post(['ID' => $post_id, 'post_content' => $content]); echo "Fixed border radius.\n";