# dealfront/trunk/admin/includes/script-generator.php

Leadfeeder, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/dealfront/trunk/code/admin/includes/script-generator.php
- Raw: https://pluginprobe.com/plugins/dealfront/trunk/raw/admin/includes/script-generator.php
- Modified: 2024-05-09T09:04:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/dealfront/trunk/code/admin/includes/script-generator.php#L10-L20`.

```php
<?php
if (!defined('ABSPATH')) {
  exit;
}
?>
<?php
echo "<script>" .
  "(function(ss,ex){ window.ldfdr=window.ldfdr||function(){(ldfdr._q=ldfdr._q||[]).push([].slice.call(arguments));};" .
  "(function(d,s){ fs=d.getElementsByTagName(s)[0]; function ce(src){ var cs=d.createElement(s); cs.src=src; cs.async=1; fs.parentNode.insertBefore(cs,fs); };" .
  "ce('https://sc.lfeeder.com/lftracker_v1_'+ss+(ex?'_'+ex:'')+'.js'); })(document,'script'); })('$leadfeeder_tracker_id');" . // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
  "</script>"
  ?>

```
