llms_email_body( $content = '' )


Source Source

File: includes/llms.template.functions.php

	function llms_email_body( $content = '' ) {
		echo apply_filters( 'the_content', $content );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.