Post Type Archives - Answers

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’);