Finding a faulty plugin

By.

min read

My profile

Share this:

From https://easyengine.io/tutorials/wpcli/finding-faulty-plugin/

[code:1:5c9ed7025a]wp –skip-plugins post list
[/code:1:5c9ed7025a]

[code:1:5c9ed7025a]for plugin in `wp –skip-plugins plugin list –status=active –field=name`; do
echo “Test :: wp –skip-plugins=$plugin post list”
wp –skip-plugins=$plugin post list
done
[/code:1:5c9ed7025a]

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *