Add WordPress users to a custom post type
You can use the ACF plugin for https://wordpress.org/plugins/advanced-custom-fields/. Steps need to do: Download and installed ACF plugin. Click on Custom Fields link at the left side menu Add custom field as: Select custom as and publish it: Now add this code in functions.php file as: function acf_load_color_field_choices( $field ) { // reset choices $field[‘choices’] = … Read more