Home › Forums › Pro Support › field of custom post type › Reply To: field of custom post type
September 9, 2016 at 10:07 am
#735
Keymaster
This: wpsp_add_custom_meta function ()
Should be: function wpsp_add_custom_meta()
This doesn’t look right: ptb_module ptb_text ptb_text_1
The value should be 1 unique ID.
$goal
isn’t defined anywhere, it would be echo $meta;
You might want to check with the Post Type Builder plugin on how to retrieve the settings you’re creating.