Plugin Directory

Changeset 3399291


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

fix: WordPress.Security.EscapeOutput.OutputNotEscaped

File:
1 edited

Legend:

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

    r3399288 r3399291  
    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.