Plugin Directory

Changeset 3360169


Ignore:
Timestamp:
09/11/2025 09:44:58 PM (5 months ago)
Author:
digitload330
Message:

Correct error with integration.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fitconsent-cmp/trunk/fitconsent-cmp.php

    r3357201 r3360169  
    4848        wp_enqueue_script(
    4949            'fitconsent-wp-integration',
    50             FITCONSENT_PLUGIN_URL . 'assets/js/integration.js',
     50            plugins_url( 'assets/js/integration.js', FITCONSENT_PLUGIN_FILE ),
    5151            [], // No dependencies, it will wait for the consent event
    5252            FITCONSENT_VERSION,
Note: See TracChangeset for help on using the changeset viewer.