manifest / unclassified / carbon-field-serialized-data
Carbon Field: Serialized Data
Extends Carbon fields with a Serialized Data field.
by pkostadinov-2create · github.com/pkostadinov-2create/carbon-field-serialized-data
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pkostadinov-2create/carbon-field-serialized-data/archive/refs/heads/master.zipExtends Carbon fields with a Serialized Data field.
This field is used for displaying saved meta in Serialized Format from Database. This field extends the "HTML" field, and does not make changes to Database.
Usage:
Carbon_Field::factory('serialized_data', 'serialized_results', 'Serialized Results'),
Filters:
crb_serialized_data_field_output - you can use this filter to setup field output. By default will be displayed the result from "maybe_unserialize"