Getting Started with Secure Custom Fields

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
  • How Content Works – Understanding the Relationship Between Post Types, Taxonomies, and Custom Fields

Documentation Sections

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