• Resolved pratiklodha

    (@pratiklodha)


    Hi Team – What will happen if I set “wpcode_snippets” (autoload option) to OFF?

    If OFF will the snippet code stop working on the intended pages? Is autoload necessary for this plugin to work?

Viewing 1 replies (of 1 total)
  • Plugin Support markomiljanovic

    (@markomiljanovic)

    Hi @pratiklodha,

    Your snippets will continue to work normally. The wpcode_snippets option is a performance cache, not the source of truth for snippets.

    With autoload ON (default):
    WordPress loads this option into memory at startup along with all other autoloaded options. Snippets are retrieved from this cache instantly.

    With autoload OFF:
    WordPress makes a separate database query to fetch this option when WPCode first needs it.

    Let me know if I can provide more info.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.