Post Type Archives - Answers

Petition Security

You can enable User Verify Email and Force Verify Email setting from Campoal > Email. This setting will required user verify their email before add signature to petition. If new user sign a petition, it will save on pending signature list, until email verifed the signature will be add to petition from pending list. The…

How Campoal commission work and how customize?

The commission is a service fee set by platform owner, they can set by percent value on Dashboard > Campoal > Fundraising. When a donation is made for platform owner, the fee will be reduce amount the campaign owner can be receice. Campaign owner can submit Withdraw requestion for platform owner get their money any…

Petition Signatures (supporters) via REST API

Hi, To get signature, you need add custom endpoint (https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-custom-endpoints/) with callback function inside file campoal/inc/supporter_donor.php You should copy function conikal_supporters_list, conikal_donors_list to children theme without function_exist and remove line: check_ajax_referer(‘supporters_list_ajax_nonce’, ‘security’);