You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
// Exit if accessed directly
|
|
if ( !defined( 'ABSPATH' ) ) exit;
|
|
if ( $childname = $this->css()->get_prop( 'child_name' ) ): ?>
|
|
<div class="ctc-input-cell">
|
|
<h3><?php echo __( 'Currently loaded', 'child-theme-configurator' ). ': ' . $childname; ?></h3>
|
|
</div>
|
|
<?php endif;
|