Docs FAQ
Technical answers about snippets, safety, and plugin behavior. For licensing and billing, see the product FAQ.
Snippets & storage
Where is code stored?
In Grafucci Code database tables, not in theme files or wp_posts.
Does PHP run in wp-admin?
PHP snippets target the frontend unless type and location rules specify otherwise for supported admin hooks.
Is there a separate Pro download?
No. One ZIP from grafucci.com. Pro unlocks with a license key under Settings → License.
Safety & recovery
What if a snippet breaks my site?
Use Safe Mode (when triggered after a fatal) and error logs to deactivate the snippet quickly. Safe Mode is not always on. Always test PHP on staging first. See Safe mode.
How does PHP safety work?
PHP is disabled globally on fresh installs until you enable it in Settings → Safety — with a one-time confirmation the first time. Syntax checks, dangerous-function scanning, and duplicate detection run at activation. Runtime errors are logged; Safe Mode can pause execution after critical failures.
GitHub Sync (Pro)
Is my GitHub token stored on Grafucci servers?
No. Tokens are stored encrypted in your WordPress database on your server. OAuth is the recommended connect method. See Security & tokens.
Multisite
Does Grafucci Code work on multisite?
Yes. Licensing is per-site activation for Pro features.