Plugin Directory

Changeset 3399290


Ignore:
Timestamp:
11/19/2025 09:12:05 PM (4 months ago)
Author:
maxwellfp
Message:

fix: WordPress.Security.EscapeOutput.OutputNotEscaped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • firstpromoter/tags/0.1.1/integrations/class-fp-integration-base.php

    r3399289 r3399290  
    158158        if (doing_action('wp_footer')) {
    159159            // 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()
    160161            echo '<script type="text/javascript">fpr("referral", ' . $json_data . ');</script>' . "\n";
    161162        } else {
Note: See TracChangeset for help on using the changeset viewer.