Add required to post_type
-
I have a post_type type ‘photo’
in setting is required to:
Default Content Requirements:
Title: require
Featured Image: requireBut in other post_type I label and a button that I wish were required.
you can change the plugin adding:
wize_photo_settings_source function () { global $ post; $ ph_date = get_post_meta ($ post-> ID, 'ph_date', true); $ ph_venue = get_post_meta ($ post-> ID, 'ph_venue', true);
example:
http://tilllate.world/upload/1.png
http://tilllate.world/upload/2.png
http://tilllate.world/upload/3.pngthank you
https://wordpress.org/plugins/post-type-requirements-checklist/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add required to post_type’ is closed to new replies.