Automattic / WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
https://wpjobmanager.com
GNU General Public License v3.0
901 stars 368 forks source link

urldecode_deep #295

Closed spencerfinnell closed 10 years ago

spencerfinnell commented 10 years ago

The function doesn't actually exist in WordPress, but right now you can't get posted multidimensional arrays on the submission form without throwing errors (unless I'm missing something).

Looks like you guys had to add it to WC: http://woocommerce.wp-a2z.org/oik_api/wc_api_serverurldecode_deep/

Thoughts on implementing something similar in https://github.com/mikejolley/WP-Job-Manager/blob/master/includes/forms/class-wp-job-manager-form-submit-job.php#L276

spencerfinnell commented 10 years ago

Still got an error but was able to fix it as described in this: https://github.com/mikejolley/WP-Job-Manager/commit/3b6af9d9e56bc81ea3eaa60edb738f852c7144ff#commitcomment-8249488