Hello there,
We don’t have any REST API for this plugin but if you go to this location wp-content/plugins/wp-crowdfunding/shortcode you can find the available function we calling for different pages.
Kind Regards.
Thank you I checked the files now I had to create my own functions just like the plugin is doing in the shortcode files. we can’t use shortcode files functions because those are for frontend.
Hello @mahtisham404,
Yes, this is for the frontend we don’t have an API function. You can make your own function as you like.
Regards,
Thank you for your response!
Hi I didn’t see any function for this hook “wpcf_before_campaign_submit_action” nor i found any documentation for this. can you please describe what this hook do
Hi,
This hook function is called by before_user_campaign_submit_action function which is located at /wp-content/plugins/wp-crowdfunding-pro/addons/recaptcha/classes/init.php
Thanks.