Current File : /home/kelaby89/abl.academy/wp-content/plugins/thim-core/templates/dashboard/partials/box-status.php
<?php if ( ! Thim_Product_Registration::is_active() ) : ?>
    <div class="tc-box-status lock" title="<?php esc_attr_e( 'You must activate the theme to use this feature', 'thim-core' ); ?>">
        <span class="dashicons dashicons-lock"></span>
    </div>
	<?php
endif;
Hello World !