b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/download-monitor/includes/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/download-monitor/includes/download-functions.php

<?php

/**
 * Gets the name of the default template
 * @return string
 */
function dlm_get_default_download_template() {
	$default = get_option( 'dlm_default_template' );

	if ( $default == 'custom' ) {
		$default = get_option( 'dlm_custom_template' );
	}

	return $default;
}

Copyright © 2019 by b0y-101