scotiangoldit
Forum Replies Created
-
Hello Jeff,
This is the website for the sms plugin I am using
https://www.clockworksms.com/Hello Jeff,
I have updated to the latest version of USP and still do not get the SMS delivered through the 3rd party plugin unless I create the post under the back end of wordpress. Is there a setting I need to change to us wp_update_post()?
Excelent! Thank you very much. I will wait for the update to be published
Hello Jeff,
Is there any option to have the publish_post action hook triggered when USP creates a post? Either through a future update or by using some custom code on my site? Possibly the other plugin has changed how it is recognizing the post being published…
When I look at the post type setting on USP the only options are WP post (Recommended) and WP page. I am not looking to have a page created each time.
I am not getting any traction from the other plugin dev so you are my only hope to get this working again!
Here is communication coming from the SMS plugin developer. Is your plugin using a custom post type instead? Is there anything that can be done to get this working again?
We use the built in WordPress action for detecting when a post is published, defined by this: https://codex.www.ads-software.com/Plugin_API/Action_Reference/publish_post – you’ll need to check what the other plugin is doing, but most likely it’s using a custom post type which isn’t compatible with publish_post.