Title: [Plugin: Developer&#039;s Custom Fields] Fields not appearing
Last modified: August 20, 2016

---

# [Plugin: Developer's Custom Fields] Fields not appearing

 *  Resolved [hksoftware](https://wordpress.org/support/users/hksoftware/)
 * (@hksoftware)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-fields-not-appearing/)
 * I cannot get custom fields to be added to posts or users at all.
 * After a bit of analysis, I can see that the $slt_custom_fields[‘boxes’] array
   is correctly populated within the slt_cf_register_box() function.
 * When the slt_cf_display_post() function is later called by wordpress, the $slt_custom_fields[‘
   boxes’] array contains zero elements. It’s being reset somehow.
 * This is on WordPress 3.4.1
 * [http://wordpress.org/extend/plugins/developers-custom-fields/](http://wordpress.org/extend/plugins/developers-custom-fields/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [hksoftware](https://wordpress.org/support/users/hksoftware/)
 * (@hksoftware)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-fields-not-appearing/#post-2931919)
 * Some more research has lead to to discover that the following WP hooks aren’t
   firing:
 * show_user_profile
    edit_user_profile
 * Any ideas?
 *  Thread Starter [hksoftware](https://wordpress.org/support/users/hksoftware/)
 * (@hksoftware)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-fields-not-appearing/#post-2931922)
 * Turns out the plugin had to be reactivated.
    I also suggest adding debug logging
   to the slt_cf_init_fields() function of slt-cf-init.php, as it currently silently
   strips out boxes/fields it doesn’t like.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Developer's Custom Fields] Fields not appearing’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/developers-custom-fields.svg)
 * [Developer's Custom Fields](https://wordpress.org/plugins/developers-custom-fields/)
 * [Support Threads](https://wordpress.org/support/plugin/developers-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/developers-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/developers-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/developers-custom-fields/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [hksoftware](https://wordpress.org/support/users/hksoftware/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-developers-custom-fields-fields-not-appearing/#post-2931922)
 * Status: resolved