HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/ti-woocommerce-wishlist/views/section-infoblock.php
<?php
/**
 * The Template for displaying admin section info block this plugin.
 *
 * @since             1.0.0
 * @package           TInvWishlist\Admin\Template
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

?>
<div class="tinvwl-info-wrap tinvwl-in-section">
	<div class="tinvwl-table">
		<span class="tinvwl-info-sign tinvwl-cell">
			<span>
				<i class="ftinvwl ftinvwl-info"></i>
			</span>
			<a class="tinvwl-help" href="javascript:void(0)" data-container="body" data-toggle="popover"
			   data-trigger="manual" data-placement="left" data-html="true" rel="nofollow">
				<i class="ftinvwl ftinvwl-info"></i>
			</a>
		</span>
		<span class="tinvwl-info-desc tinvwl-cell"><?php echo $desc; // WPCS: xss ok.  ?></span>
	</div>
</div>