llms_get_template_ajax( $template_name, $args = array(), $template_path = '', $default_path = '' )
Contents
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(); }
Expand full source code Collapse full source code View on GitHub