Free Download Button
-
WordPress 6.1.1 running. Using Genesis 3.4.0. EDD Version 3.1.0.4
Trying to modify the text on the free download button in the the admin settings -> misc -> Complete Free Purchase Text) but it continues to always output ‘FREE – PURCHASE’ whatever I type in.
Line 150 in template-functions.php is not updating. Alternatively it can be modified to work immediately with : $args[‘text’] =__( ‘Free Download’, ‘easy-digital-downloads’ ); Not an ideal way to do it.
I notice we seem to have cases of _( ‘Free Download’, ‘easy-digital-downloads’ ); and _( ‘Free’, ‘easy-digital-downloads’ ); being used. I see _( ‘Free’, ‘easy-digital-downloads’ ); also being used in content.php. In register.php the free checkout label is _( ‘Free Download’, ‘easy-digital-downloads’ );
The topic ‘Free Download Button’ is closed to new replies.