Perfect tool for webmasters to extend user profile options.
Perfect tool for webmasters to extend user profile options. With basic HTML knowledge it is posible to add more options to user profile (Ex: Social Networks links)
$meta = get_user_meta(get_the_author_meta( 'ID' ),'theme_fuse_extends_user_options',TRUE);
foreach( $meta as $key => $item )
{
if ( $key == 'facebook' || $key == 'twitter' || $key == 'in') $tfuse_meta[$key] = $item;
}
Key Features:
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-2-2
Downloads: 2,473
Got something to say? Need help?