Changeset 3399291
- Timestamp:
- 11/19/2025 09:18:04 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firstpromoter/trunk/integrations/class-fp-integration-base.php
r3399288 r3399291 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.