LogoLogo
Ajaxify HomeWP.org RepoDLX Plugins
Ajaxify Comments
Ajaxify Comments
  • 👋Welcome to Ajaxify Comments
  • First Time Users
    • Installing the Plugin
    • Finding the Settings
    • Getting Started
    • Menu Helper
  • 🖌️Customization
    • Labels and Translations
    • Appearance Settings
  • 🤓Advanced Topics
    • Callbacks
    • Disable Scroll to Posted Comment (Anchor)
    • Disable URL Updating
    • Lazy Loading Comments
    • Selectors
    • WPML and Translations
  • Developers
    • Script Debugging
    • Actions and Filters
      • Changing Labels Programmatically
    • GitHub Repo
    • Changelog
  • Theme Integrations
    • Ollie
    • Twenty Twenty-Three
  • Plugin Integrations
    • Confetti
    • Comment Edit Core
  • Quick Links
    • Ajaxify Home
    • Support
    • GitHub Repo
    • WordPress.org Plugin Page
Powered by GitBook
LogoLogo

Download

  • GitHub
  • WP.org Repo

Support

  • WP.org Support
  • DLX Support
  • Contact

DLX Plugins

On this page
  • Uncompressed Scripts
  • Always Include Scripts
  • Loading scripts in the footer

Was this helpful?

Export as PDF
  1. Developers

Script Debugging

PreviousWPML and TranslationsNextActions and Filters

Last updated 1 year ago

Was this helpful?

The source files for the scripts are in .

Uncompressed Scripts

All five Ajaxify Comments scripts will load separately if:

  • Uncompressed scripts are enabled

  • Debug mode is enabled for the plugin

Always Include Scripts

This will load Ajaxify Comments everywhere. Please note that if debug mode is enabled, Ajaxify scripts will load everywhere in that case as well.

Loading scripts in the footer

It is always advisable to load scripts in the footer for performance reasons.

Scripts will load in the footer if:

  • Place scripts in the footer is enabled

  • Debug mode is enabled

  • SCRIPT_DEBUG is enabled

/src/js/frontend
in the GitHub repo
Script Debugging Options in the Advanced Section