Changeset 3399290
- Timestamp:
- 11/19/2025 09:12:05 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firstpromoter/tags/0.1.1/integrations/class-fp-integration-base.php
r3399289 r3399290 158 158 if (doing_action('wp_footer')) { 159 159 // Output script directly since we're already in the footer 160 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- $json_data is already safely encoded via wp_json_encode() 160 161 echo '<script type="text/javascript">fpr("referral", ' . $json_data . ');</script>' . "\n"; 161 162 } else {
Note: See TracChangeset
for help on using the changeset viewer.