Jesse Graupmann
Jesse Graupmann
Seems like almost a year since the last video. Any plans to continue part 4 & 5? The Series - [x] [JavaScript, jQuery and the web landscape today](https://themeshaper.com/2015/10/29/javascript-jquery/) - [x]...
Is there a preferred way to upgrade the environment to php 7.1 or php 7.2? Currently php 7.0 is bundled with the box. According to http://php.net/supported-versions.php - 7.1 ends active...
I download the latest 4.x release at https://github.com/ApiGen/ApiGen/releases/tag/v4.1.2 but when I check the version in the phar it's still reporting `4.1.0`. I expect the value to be `4.1.2` as is...
According to the [WP-CLI 1.5.0 Announcement](https://make.wordpress.org/cli/2018/01/31/version-1-5-0-released/#arrayargumentsupportpostmetafornow): > The --meta_input option of the `post create` and `post update` commands now accepts JSON-formatted arrays, so you can add or update your post...
Not sure if you've seen http://vccw.cc but they have an interesting wp-cli scaffold package: https://github.com/vccw-team/scaffold-vccw Since this project is pretty _basic_ it might be fairly straight forward to create one...
Do you have a primer on how to add different export modules? Or basically what the standard input looks like? It would also be nice to include how to build...
When trying to install the package [as described](http://vccw.cc#how-to-install), I am presented with the following Fatal error: ``` Using Composer to install the package... --- Loading composer repositories with package information...
I seem to be getting a large amount of these warnings - most specifically with the use of `the_post_thumbnail`. ``` E_WARNING: array_walk() expects parameter 1 to be array, boolean given...
There appears to be a typo in the follow file: https://github.com/akamai/wp-akamai/blob/master/admin/class-akamai-admin.php#L203 ``` 'purge_comemnts' => 1, ``` Should probably be ``` 'purge_comments' => 1, ```
It would would really be helpful to add a filter hook in [`get_purge_body()`](https://github.com/akamai-open/wp-akamai/blob/master/includes/class-akamai.php#L225) for the [`data`](https://github.com/akamai-open/wp-akamai/blob/master/includes/class-akamai.php#L265) object. Not only could a user add more paths to purge, but in my...