Skip to content

Instantly share code, notes, and snippets.

View zourbuth's full-sized avatar

Sastra Manurung zourbuth

View GitHub Profile
@zourbuth
zourbuth / user_meta_key.php
Created October 17, 2012 07:39
Get All WordPress User Meta Keys
<?php
/**
* Returns all unique meta key from user meta database
*
* @param no parameter right now
* @retun std Class
* @todo do what you do for each meta key.
*/
function get_user_meta_key() {