HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/www/ar/wp-content/plugins/tf-car-listing/public/templates/listing/compare-button.php
<?php
if (!defined('ABSPATH')) {
   exit; // Exit if accessed directly
}
$enable_compare = tfcl_get_option('enable_compare', 'y');
?>
<?php if ($enable_compare == 'y'): ?>
   <a class="tfcl-compare-listing hv-tool" data-tooltip="<?php esc_attr_e('Compare', 'tf-car-listing') ?>" href="javascript:void(0)" data-listing-id="<?php the_ID() ?>"
      >
      <i class="fa fa-plus"></i>
   </a>
<?php endif; ?>