Descripción
Secure Custom Fields (SCF) extends WordPress’s capabilities, transforming it into a flexible content management tool. With SCF, managing custom data becomes straightforward and efficient.
Easily create fields on demand.
The SCF builder makes it easy to add fields to WordPress edit screens, whether you’re adding a new “ingredients” field to a recipe or designing complex metadata for a specialized site.
Flexibility in placement.
Fields can be applied throughout WordPress—posts, pages, users, taxonomy terms, media, comments, and even custom options pages—organizing your data how you want.
Display seamlessly.
Using SCF functions, you can display custom field data in your templates, making content integration easy for all levels of developers.
A comprehensive content management solution.
Beyond custom fields, SCF allows you to register new post types and taxonomies directly from the SCF interface, providing more control without needing additional plugins or custom code.
Accessible and user-friendly design.
The field interface aligns with WordPress’s native design, creating an experience that’s both accessible and easy for content creators to use.
Installing this plugin will deactivate plugins with matching function names/functionality, specifically Advanced Custom Fields, Advanced Custom Fields Pro, and the legacy Secure Custom Fields plugins, to avoid code errors (this is the same behavior as ACF Pro).
Read more about Secure Custom Fields at developer.wordpress.org/secure-custom-fields.
Características
- Configuración limpia y fácil de utilizar
- Robustas fucniones para gestión de contenidos
- Más de 30 tipos de campos
Capturas de pantalla
Reseñas
Colaboradores & Desarrolladores
“Secure Custom Fields” es software de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores“Secure Custom Fields” ha sido traducido en 11 idiomas. Gracias a los traductores por sus contribuciones.
Traduce “Secure Custom Fields” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
6.5.0
Release Date 23 Jun 2025
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}/icons
filter ( Ported from ACF )
Bug Fixes
- 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
parent
value ofnull
no 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 )
Testing
- Added an initial batch of e2e tests.
6.4.2
Release Date 14 Apr 2025
- Resolved issue with shortcode translation not parsing correctly.
- Improve validation for an URL on field admin.
6.4.1
Release Date 7 Mar 2025
- 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
Fecha de lanzamiento: 22 de octubre de 2024
- Actualización de versión
6.3.6.3
Fecha de lanzamiento: 15 de octubre de 2024
- Seguridad – Al editar un campo en el editor de grupos de campos ya no se puede ejecutar una vulnerabilidad XSS almacenada. Gracias a Duc Luong Tran (janlele91) de Viettel Cyber Security por la divulgación responsable
- Seguridad – Las llamadas de las cajas meta de tipos de contenido y taxonomías ya no tienen acceso a ningún valor superglobal, reforzando aún más la corrección original de 6.3.6.2
- Corrección – Los campos de SCF ahora se validan correctamente cuando se utilizan en el editor de bloques y se adjuntan a la barra lateral
6.3.6.2
Fecha de lanzamiento: 12 de octubre de 2024
- Seguridad – Corrección de seguridad 6.3.6.1 para que cubra también $_REQUEST.
- Bifurcación – Cambiado el nombre del plugin a Secure Custom Fields.
6.3.6.1
Fecha de lanzamiento – 7 de octubre de 2024
- Seguridad – Las llamadas de las cajas meta de tipos de contenido y taxonomías definidas por SCF ya no tienen acceso a los datos de $_POST. (Gracias al equipo de seguridad de Automattic por el informe)