Integrate Jetengine Checkboxes
-
So I’m struggling getting the JetEngine custom field checkboxes to integrate with your schema plugin but keep running around in circles and can’t seem to figure it out.
I may be doing it all wrong.
When I asked them how their checkboxes work different from other custom fields, they sent me this:
I’ve been working to try to get this to integrate with your plugin as you described here:
$paymentAcceptedValues = array_filter([ get_post_meta($postId, 'biz-pay-cash', true ), get_post_meta($postId, 'biz-pay-check', true), get_post_meta($postId, 'biz-pay-credit', true), get_post_meta($postId, 'biz-pay-invoice', true), get_post_meta($postId, 'biz-pay-paypal', true), ]); $schema['paymentAccepted'] = implode(', ', $paymentAcceptedValues);
But I can’t seem to get it to work.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Integrate Jetengine Checkboxes’ is closed to new replies.