PostTypeMultiple

TwebMetaPostTypeMultipleControl

{ label, help, postType*, metaKey* }
/**
 * @param {string} [label] - Component label.
 * @param {string} [help] - Component description.
 * @param {string} postType - The post type name.
 * @param {string} metaKey - Registered meta key from register_post_meta().
 */

Last updated

Was this helpful?