You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/dup-installer/templates/default/pages-parts/page-footer.php

24 lines
445 B

<?php
/**
*
* @package templates/default
*/
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
use Duplicator\Installer\Core\Params\PrmMng;
use Duplicator\Installer\Utils\InstallerUpsell;
dupxTplRender('parts/education/did-you-know-blurb', array(
'features' => InstallerUpsell::getProFeatureList()
));
?>
</div>
<?php
dupxTplRender('parts/education/footer-cta');
PrmMng::getInstance()->getParamsHtmlInfo();
?>
</body>
</html>