Hiding the Amount Raised
-
I found a couple of other topics on this so I’m not sure if something changed but it does not appear to work.
I installed code snippets and this is the code I have in it:
function ed_unhook_default_template_functions() { remove_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_loop_donation_stats', 8 ); } add_action( 'after_setup_theme', 'ed_unhook_default_template_functions', 11 );
Snippet is set to run everywhere. Yet on the donation page: https://stoptransource.org/index.php/campaigns/citizens-to-stop-transource/
I still see the total amount donated and the # of donors. I want to hide both of those things.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Hiding the Amount Raised’ is closed to new replies.