I have one post type, (offer), that is associated to another post type, (listing), using Meta Box – Relationships. We can have multiple offers associated to a single listing using the Relationships. When working on a Notification that has a trigger for when a offer is added I need to iterate through the Meta Box Relationships, (there should only be one set), to be able to find the associated listing post type and pull the email address from a custom field.
Is there a way to extend and customize the Pipeline with functionality so that I’m able to work with Meta Box Relationships? We have the Custom Field extension installed as well.
https://docs.bracketspace.com/notification/extensions/custom-fields/custom-fields#examples
Then I could use something like this to pull the email address field from the listing:
{postmeta {offer_ID} [meta box relationship(listing_id)]|postmeta,email_address,true}
]]>Additionally, I have an SSL certificate but did not install it prior to the above switch.
]]>Currently my frontend code pulls site content straight from the WP API on page load. This isn’t really a static solution. It would be better to trigger a CI/CD pipeline that builds a completely static frontend through their API whenever someone saves a custom post.
.
It would be great if we could have an input field in custom post settings that takes the name/names of functions that will be ran on publish.
add_action('publish_customposttype', 'func_name');
By leaving implementation of the actual function up to the developer, this feature could be used to trigger all kinds of things: CI/CD Pipelines on a variety of platforms, Slack notifications, other WP core functions, etc.
.
I was inspired by this WP plugin: https://github.com/kmturley/wordpress-gitlab-trigger-pipeline/blob/master/gitlab-trigger-pipeline.php
]]>I have a 4 pipeline under one account in pipedrive. When I use the api from pipedrive there is no option to choose on your plugin on which pipeline it will sync. Please see attached image. Thank you
]]>I’m looking for a plugin that can manage and display a product development pipeline — in this case, for pharmaceutical candidates. It’s basically an elaborate table, but I’d like it to be interactive with the product names and have some visual flare. And it needs to integrate with a theme that’s retina/responsive. Anybody have any suggestions? Or maybe just a good table plugin?
Here are a couple of examples of what they typically look like:
Thanks in advance!
m
If so, how can I do this?
]]>