説明
Secure Custom Fields (SCF) は WordPress の機能を拡張し、柔軟なコンテンツ管理ツールに変身させます。SCF を使えば、カスタムデータを簡単かつ効率的に管理できます。
必要に応じてカスタムフィールドを簡単に作成
レシピの材料を入力するフィールドを追加する場合や、特殊なサイト向けに複雑なメタデータを設計する場合など、SCFビルダーを使うと WordPress の編集画面にカスタムフィールドを簡単に追加できます。
柔軟な配置
フィールドは、WordPress 全体(投稿、ページ、ユーザー、タクソノミー、メディア、コメント、さらにはカスタムの設定ページなど)に適用できるので、データを思い通りに整理できます。
シームレスに表示
SCF 関数を使うと、テンプレート上でカスタムフィールドのデータを表示できるため、どんな開発者でもコンテンツを簡単に扱えます。
包括的なコンテンツ管理ソリューション
カスタムフィールドだけでなく、新しい投稿タイプやタクソノミーを SCF の画面から直接登録できるため、追加のプラグインやカスタムコードを必要とせずに、より詳細なカスタマイズが可能になります。
アクセシビリティ対応と使いやすいデザイン
フィールドインターフェースは WordPress のネイティブデザインに沿っているため、コンテンツ制作者にとって使いやすく、アクセシビリティのよい体験を提供します。
このプラグインをインストールすると、コードエラーを避けるため、関数名や機能が一致するプラグイン(具体的には Advanced Custom Fields、Advanced Custom Fields Pro、および以前の Secure Custom Fields)が無効化されます。これは ACF Pro と同じ挙動です。
Secure Custom Fields についての詳細は developer.wordpress.org/secure-custom-fields をご覧ください。
機能
- わかりやすく使いやすい設定
- コンテンツ管理のための強力な機能
- 30種類以上のフィールドタイプ
評価
貢献者と開発者
変更履歴
6.8.0
Release Date 30 Dec 2025
機能
- Abilities integration: addded field abilities for Field Groups.
- Abilities integration: added trash/untrash abilities for internal post types.
- All backports up to 6.7.0.2.
- JSON Schemas: Added several fields schemas.
- WooCommerce HPOS: Added support for custom fields on any WooCommerce Order Types.
- Added PHPUnit tests.
修正
- Hide duplicated Command Palette Commands on WP 6.9+.
- Fix field schema validation for WP Rest API.
- Fix checkbox toggle functionality.
6.7.0
6.7.1
Release Date 10 Dec 2025
機能
- JSON Schemas: Added Options Pages schema.
修正
- Fixed too-early validation of schemas causing a fatal error.
- Fix block validation on WordPress 6.2.
6.7.0
リリース日 – 2025年12月3日
機能
- Tested compatibility up to WordPress 6.9.
- Abilities support. Taxonomy abilities.
- JSON schemas. Taxonomy schema.
6.6.0
リリース日 – 2025年11月19日
機能
- Backported features up to 6.6.0.
- Abilities API integration. Post Type abilities.
- JSON schemas validation infrastructure.
修正
- Fixed Function in network.php
- SCF label in “More” menu.
- Get the formatted_value from the original field value.
- Blocks V3: Fix flexible content not working in sidebar – modal.
- Use specific entity prefixes for key generation when duplicating entities.
6.5.7
リリース日 – 2025年8月28日
機能
- Flexible Content layouts can now be renamed in the post editor, giving content editors better clarity when managing layouts.
- Flexible Content layouts can now be disabled, preventing them from rendering on the frontend without needing to delete their data.
- Flexible Content layouts can now be collapsed and expanded in bulk for faster content editing.
- Editing a Flexible Content layout now highlights the layout being edited, making it easier to identify.
- The Date and Date Time Picker fields can now be configured to default to the current date.
- Custom Icon Picker tabs now work correctly when used inside an ACF Block.
- Duplicating a Field Group no longer causes a fatal error when using Russian translations.
- ACF classes no longer use dynamic class properties, improving compatibility with PHP 8.2+.
- Field group metabox collapse and expand buttons are no longer misaligned in the post editor.
- HTML is now escaped from field validation errors and tooltips.
- Added a new source parameter to the /wp/v2/types REST API endpoint that allows filtering post types by their origin: core (WordPress built-in), scf (for SCF managed types), or other for the rest of CPTs.
セキュリティ
– Unsafe HTML in field group labels is now correctly escaped for conditionally loaded field groups, resolving a JS execution vulnerability in the classic editor.
– HTML is now escaped from field group labels when output in the ACF admin.
– Bidirectional and Conditional Logic Select2 elements no longer render HTML in field labels or post titles.
– The acf.escHtml function now uses the third party DOMPurify library to ensure all unsafe HTML is removed. A new esc_html_dompurify_config JS filter can be used to modify the default behaviour.
– Post titles are now correctly escaped whenever they are output by ACF code. Thanks to Shogo Kumamaru of LAC Co., Ltd. for the responsible disclosure.
– An admin notice is now displayed when version 3 of the Select2 library is used, as it has now been deprecated in favor of version 4.
6.5.6
Release discarded due to SVN errors.
6.5.5
リリース日 – 2025年7月31日
機能
- Connect block attributes with custom fields via UI.
- Remove the word ‘New’ from default
add-new*label values.
バグ修正
- Bug fix: Prevent fatal if class does not exist on Beta Features.
6.5.4
リリース日 – 2025年7月30日
Revert from 6.5.2.
6.5.2
リリース日 – 2025年7月30日
機能
- Connect block attributes with custom fields via UI.
- Remove the word ‘New’ from default
add-new*label values.
6.5.1
リリース日 – 2025年7月2日
バグ修正
- Command Palette: Use
@wordpress\iconsinstead of Dashicons.
6.5.0
リリース日 – 2025年6月23日
Enhancements & Features
- Added Command Palette support.
- Added editor preview to acf-field source.
- Added an endpoint to retrieve the custom fields of a post type.
- Added nav menu as field type.
- Added compatibility with Woo HPOS for order fields and subscriptions. ( Ported from ACF )
- Create new options when editing a fields value on Selector. ( Ported from ACF )
- The “Escaped HTML” warning notice is now disabled by default. ( Ported from ACF )
- Added new
acf/fields/icon_picker/{tab_name}/iconsfilter ( Ported from ACF )
バグ修正
- Update initialization of the acfL10n object to ensure it’s available globally.
- SCF Blocks are now forced into preview mode when editing a synced pattern. ( Ported from ACF )
- SCF no longer causes an infinite loop in bbPress when editing replies. ( Ported from ACF )
- Changing a field type no longer enables the “Allow Access to Value in Editor UI” setting. ( Ported from ACF )
- Blocks registered via acf_register_block_type() with a
parentvalue ofnullno longer fail to register. ( Ported from ACF ) - Fix AJAX repeater pagination. ( Ported from ACF )
- Paginated Repeater fields no longer save duplicate values when saving to a WooCommerce Order with HPOS disabled ( Ported from ACF )
テスト
- Added an initial batch of e2e tests.
6.4.2
リリース日 – 2025年4月14日
- Resolved issue with shortcode translation not parsing correctly.
- Improve validation for an URL on field admin.
6.4.1
リリース日 – 2025年3月7日
- Forked from Advanced Custom Fields®
- Various updates to coding standards.
- Updated to rely on the WordPress.org translation packs for all strings.
6.3.9
リリース日 – 2024年10月22日
- Version update release
6.3.6.3
リリース日 – 2024年10月15日
- Security – Editing a Field in the Field Group editor can no longer execute a stored XSS vulnerability. Thanks to Duc Luong Tran (janlele91) from Viettel Cyber Security for the responsible disclosure
- Security – Post Type and Taxonomy metabox callbacks no longer have access to any superglobal values, hardening the original fix from 6.3.6.2 even further
- Fix – SCF Fields now correctly validate when used in the block editor and attached to the sidebar
6.3.6.2
リリース日 – 2024年10月12日
- Security – Harden fix in 6.3.6.1 to cover $_REQUEST as well.
- Fork – Change name of plugin to Secure Custom Fields.
6.3.6.1
リリース日 – 2024年10月7日
- Security – SCF defined Post Type and Taxonomy metabox callbacks no longer have access to $_POST data. (Thanks to the Automattic Security Team for the disclosure)




