VideographyWP throws error when activated using wp-cli
-
When I try to automatically activate the plugin using wp-cli, I get the rather informative error message ‘You are not allowed to do this’ :).
It seems to be a check for permissions, that wp-cli obviously doesn’t have. Could this be fixed, as it is killing my ci pipeline, and I’d like to include this plugin.
Code that is run:
wp_die( __(‘You are not allowed to do this.’, ‘videographywp’), __(‘Not allowed’, ‘videographywp’) );Regards,
Joost.
- The topic ‘VideographyWP throws error when activated using wp-cli’ is closed to new replies.