Joel Worsham

Results 16 comments of Joel Worsham

I found a workaround. Set a hidden input as the input whose value is used, and then simply update that input value onInit and onSlide like so: ``` onSlide: function...

I was able to get this working by changing my configuration. The way I interpreted the README, I thought you used a plugin like so: ``` plugins: [ new HardSourceWebpackPlugin.ExcludeModulePlugin([...

Me too. This is a stopper for me.

I ended up using a custom solution. Rather than modifying the plugin, I simply re-created the email entirely. I added a custom field to the quiz and used that. So,...

https://github.com/WordPress/WordPress/blob/master/wp-admin/admin-ajax.php#L16

DOING_AJAX is just another step in the few conditionals there to really ensure we are dealing with a submitted quiz. It's a constant that WordPress uses to let developers know...

What do you mean by "standard setting"?

Follow up: I made 2 more testing sites, just curious to see if they all would get `vagrant.local`. They do. This can't be right :P ![](http://d.pr/i/yYZ5W6+)