Inloggen
Aan de slag

Easy Digital Downloads Documentatie

Documentatie, Referentiemateriaal en Tutorials voor Easy Digital Downloads 

HTML toevoegen voor of na de inhoud van een downloadproduct

You can easily append custom HTML before or after the Download product content by using the 
edd_before_download_content and/or edd_after_download_content hooks.

For example, to add content before the main product content, you can use something like this:

function pw_edd_before_download_content( $download_id ) {
	echo 'This is content added before the main product content.';
}
add_action( 'edd_before_download_content', 'pw_edd_before_download_content' );
Was dit artikel nuttig?

Begin vandaag nog met verkopen!

Sluit u aan bij meer dan 50.000 slimme winkel eigenaren, en begin met de eenvoudigste manier om digitale producten te verkopen met WordPress.

Copyright © 2025 Sandhills Development, LLC

[universally_switcher]