This section helps you get up and running with Secure Custom Fields (SCF). Whether you’re new to WordPress development or an experienced developer, these guides will help you start using SCF effectively.
In This Section
- Installation – How to install and activate SCF
- Quick Start – Create your first custom field group in minutes
Documentation Sections
- Concepts – Core concepts and architecture
- Features – Detailed feature documentation
- Tutorials – Step-by-step guides
- Contributing – How to contribute to SCF
Code Reference
The Code Reference provides detailed technical documentation of SCF’s functions, classes, hooks, and APIs. This is particularly useful for developers who want to:
- Extend SCF’s functionality
- Integrate SCF with other plugins or themes
- Understand SCF’s internal architecture
- Find specific hooks and filters
Prerequisites
- WordPress 6.0 or later
- PHP 7.4 or later
- Basic understanding of WordPress development