#!/bin/bash

wp comment list --field=comment_ID --'post_author'='ActionScheduler' --number=1000 --path=/var/www/html | xargs wp comment delete --force --path=/var/www/html
