WPCharitable
Forum Replies Created
-
You can use the
charitable_after_save_donationhook. It provides the donation ID as the first parameter, and you can use the donation ID to retrieve the donation and then the donor:$donation = charitable_get_donation( $donation_id ); $donor = $donation->get_donor()->get_email();
Cheers,
EricYou can use the
charitable_donations_table_bulk_actionsfilter to remove the action. I haven’t tested this, but it should work:add_filter( 'charitable_donations_table_bulk_actions', 'ed_remove_delete_bulk_action' ); function ed_remove_delete_bulk_action( $actions ) { unset( $actions[ 'delete' ] ); return $actions; }Cheers,
EricThere are a couple ways you can translate Charitable into your language. I have written more detailed documentation outlining how you can do this at https://www.wpcharitable.com/documentation/translating-charitable/
Cheers,
EricI’m not sure how Translate-x works, but other users have had success with using Loco Translate to create translations: https://ww.wp.xz.cn/plugins/loco-translate/
Cheers,
EricThanks Ashok, love the review!
Hi Guido,
Just letting you know that this issue is now resolved in version 1.3.5, which should be available to download in the next 10-15 minutes.
Cheers,
EricThanks for the great review Chris!
Cheers,
EricThank you so much for writing this review! We love what you’re doing with Charitable + the Pro package, and look forward to seeing some awesome projects funded through your platform.
Cheers,
EricJust wanted to say thanks for taking the time to write a great review. It means a lot to us 🙂
Cheers,
EricReally pleased we were able to help you. All the best with your fundraising!
Cheers,
EricThank you for taking the time to write a review!
Cheers,
EricThis issue was resolved. It was due to a conflict with the PlanSo plugin.
Cheers,
EricThanks for the suggestion Stefan. I’ve posted it on Github to keep in mind as a enhancement.
Cheers,
EricHi Hugo,
Did you hear back from the theme? Were they able to resolve this problem for you?
Cheers,
Eric