Skip to content

Instantly share code, notes, and snippets.

@emaia
Last active March 8, 2022 18:52
Show Gist options
  • Save emaia/36f4488614b0f713d789c9b975dff05e to your computer and use it in GitHub Desktop.
Save emaia/36f4488614b0f713d789c9b975dff05e to your computer and use it in GitHub Desktop.
Compilar arquivos de tradução:
$ apt install gettext
$ msgcat pt_BR.po | msgfmt -o pt_BR.mo -
Excluir comentários (Spam) usando CLI
$ wp comment delete $(wp comment list --status=spam --format=ids)
$ wp comment delete $(wp comment list --status=hold --format=ids)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment