llms_get_template_ajax( $template_name,  $args = array(),  $template_path = '',  $default_path = '' )


Source Source

File: includes/functions/llms.functions.template.php

function llms_get_template_ajax( $template_name, $args = array(), $template_path = '', $default_path = '' ) {

	ob_start();
	llms_get_template( $template_name, $args, $template_path, $default_path );
	return ob_get_clean();

}


Top ↑

User Contributed Notes User Contributed Notes

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