CalderaWP / caldera-custom-fields

Save Caldera Forms submissions in a post type or use Caldera Forms to create custom metaboxes.
https://calderaforms.com/downloads/caldera-form-custom-fields/
7 stars 11 forks source link

Add filter to prevent using add-on's uploader #22

Closed Shelob9 closed 7 years ago

Shelob9 commented 7 years ago

I'm not 100% sure if this should default to true or false, but need it to prevent some continuing double uploads when field IS NOT a featured field.

Shelob9 commented 7 years ago

Use add_filter( 'cf_custom_fields_use_uploader', '__return_false' ); to prevent double uploads of non-featured image fields.

Shelob9 commented 7 years ago

Close via b56bb7aef022f035cf362e0c123a78030a028338