Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
wp-content
/
themes
/
neve
/
template-parts
/
Filename :
content-download-single.php
back
Copy
<?php /** * Author: Uriahs Victor * Created on: 05/08/2021 (d/m/y) * * @package Neve */ if ( defined( 'NEVE_PRO_PATH' ) && get_option( 'nv_pro_easy_digital_downloads_status' ) ) { do_action( 'neve_do_single_download', 'single-download' ); } else { do_action( 'neve_do_single_post', 'single-post' ); }