Ben Keith
Ben Keith
tl;dr: not easily in PHP There's no filter on the widget name shown in this admin; it would draw from the widget title setting if the widget had a title....
This looks like a problem getting the plugin set up on a new site where the plugin has not previously been used before?
As part of this, maybe: ``` [179 of 179] Buffered for upload 'wp-content/plugins/rns-transmissions/vendor//mailchimp/mailchimp/src/Mailchimp/Vip.php' ``` Why is there a double slash?
As far as I can tell, yes, we're using 3.9.1 for all versions of WordPress: https://github.com/INN/deploy-tools/blob/master/fablib/wp/tests.py#L120
Also, we're still using Vagrant tests when most devs at INN are using Valet.
Idea/question: We should ask if anyone else is using our deploy tools and if they're using them with HipChat notifications. And if they are, we could leave the HipChat notifications...
Sample code: https://github.com/os/slacker/blob/master/examples/post.py Message payload information: https://api.slack.com/incoming-webhooks Put Slack API tokens in an env var. Channels would need to be configured per-umbrella, so that would go in the sample fabfile,...
``` $ curl --version curl 7.61.0 (x86_64-apple-darwin14.5.0) libcurl/7.61.0 OpenSSL/1.0.2o zlib/1.2.5 brotli/1.0.5 libidn2/2.0.5 libssh2/1.8.0 Release-Date: 2018-07-11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp...
Hm, I was able to deploy successfully to Flywheel with no problems. So: - [ ] is this a problem specific to the one repo I was trying to deploy?...
`deploy` calls `wp.deploy`: https://github.com/INN/deploy-tools/blob/master/fablib/__init__.py#L100 `wp.deploy`'s deploying part is this chunk: https://github.com/INN/deploy-tools/blob/master/fablib/wp/__init__.py#L173-L184 ``` py if env.get('sftp_deploy', False): ret = do_sftp_deploy(env.path) if ret.return_code and ret.return_code > 0: if ret.return_code in [8, 5,...