metabox(array( 'name' => 'rst_user_setting', 'title' => 'User Meta', 'rules' => array( 'user_role' => 'all', ), 'controls' => array( array( 'name' => 'rst_user_facebook', 'label'=> 'Facebook', 'type' => 'text' ), array( 'name' => 'rst_user_twitter', 'label'=> 'Twitter', 'type' => 'text' ), array( 'name' => 'rst_user_google', 'label'=> 'Google Plus', 'type' => 'text' ), array( 'name' => 'rst_user_youtube', 'label'=> 'Youtube', 'type' => 'text' ), array( 'name' => 'rst_user_instagram', 'label'=> 'Instagram', 'type' => 'text' ), array( 'name' => 'rst_user_dribbble', 'label'=> 'Dribbble', 'type' => 'text' ), array( 'name' => 'rst_user_pinterest', 'label'=> 'Pinterest', 'type' => 'text' ), ) ));