Note: fields marked with (*) are required.
';
$photo = '';
$photo .= '
Photo';
ob_start();
$args = array(
'textarea_name' => 'user_photo',
'wpautop' => false,
'media_buttons' => true,
'quicktags' => false,
'editor_height' => 200,
'tinymce' => array(
'theme_advanced_buttons1' => '',
'theme_advanced_buttons2' => '',
'content_css' => ''
),
);
wp_editor( htmlspecialchars_decode( stripslashes( get_user_meta( $id, 'user_photo', true ) ) ), 'user_photo', $args );
$photo .= ob_get_clean();
$photo .= '
';
$firstname = 'You do not have permission to access this page.
";
}
return $form;
}
/** end */