????

Your IP : 3.14.7.99


Current Path : /proc/self/cwd/wp-content/plugins/astra-addon/addons/advanced-hooks/template/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/astra-addon/addons/advanced-hooks/template/dynamic-content.php

<?php
/**
 * The template for displaying dynamic content.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Astra Addon
 * @since 4.3.0
 */

if ( isset( $args['template_id'] ) ) {
	Astra_Ext_Advanced_Hooks_Markup::render_overridden_template( absint( $args['template_id'] ) );
}