• Resolved saludcasera

    (@saludcasera)


    What is the purpose of the file “Public.js” in this plugin?

    ————–
    (function ( $ ) {
    “use strict”;

    $(function () {

    // Place your public-facing JavaScript here

    });

    }(jQuery));
    —————-

    Can it be removed from the script and still get the same features?

    https://wordpress.org/plugins/source-affix/

Viewing 1 replies (of 1 total)
  • Plugin Author rabmalin

    (@rabmalin)

    Yes, it can be removed. It is just a file for script if needed in front end. Currently it is not used.

Viewing 1 replies (of 1 total)

The topic ‘Public.js function’ is closed to new replies.