Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Adding metaboxes to user profile

Rhys Wynne edited this page Jan 13, 2015 · 2 revisions

To add custom metaboxes to the user profile page, you can set the pages variable to user to indicate that the metaboxes should be displayed on the user profile (rather than a specific post type) and that the meta information should be stored against user_meta, rather than post_meta.

An example metabox can be seen in example-functions.php