HEX
Server: Apache
System: Linux webm003.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: assotraipi (849654)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/assotraipi/www/wp-content/plugins/download-monitor/templates/no-access.php
<?php
/**
 * Download No Access
 *
 * More info on overriding template files can be found here: https://www.download-monitor.com/kb/overriding-content-templates/
 *
 * @version 5.0.13
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
} // Exit if accessed directly

/** @var DLM_Download $download */

/**
 * Hook: dlm_no_access_before_message
 * Adds possibility to add content before the no access message
 *
 * @param  DLM_Download  $download  The download
 */

do_action( 'dlm_no_access_before_message', $download );

if ( ! empty( $no_access_message ) ) {
	echo wp_kses_post( '<p>' . $no_access_message . '</p>' );
}

/**
 * Hook: dlm_no_access_after_message
 * Adds possibility to add content after the no access message
 *
 * @param  DLM_Download  $download  The download
 */
do_action( 'dlm_no_access_after_message', $download );