akashop/volumes/wp/wp-content/themes/neve/template-parts/content-download-archive.php

14 lines
337 B
PHP
Raw Permalink Normal View History

2024-03-20 07:48:21 +00:00
<?php
/**
* Author: Uriahs Victor
* Created on: 14/07/2021 (d/m/y)
*
* @package Neve
*/
if ( defined( 'NEVE_PRO_PATH' ) && get_option( 'nv_pro_easy_digital_downloads_status' ) ) {
do_action( 'neve_do_download_archive', 'archive-download' );
} else {
do_action( 'neve_blog_post_template_part_content', 'single' );
}