'<p>' . __( 'On most tabs, except for the Member Contacts, You\'ll
see a checkbox for Clear data. You\'ll want to uncheck this if you
don\'t want the import to clear out the original data.' ) . '</p>'
+ . '<h3>Required Fields (member file)</h3><ul><li>id</li><li>member_name</li><li>status</li></ul>'
)
);
galleries for each member. Make sure the "image" field contains a
complete url for the image. You should also make sure the image is
no larger than 800px wide.' ) . '</p>'
+ . '<h3>Required Fields</h3><ul><li>member_id</li><li>image</li></ul>'
)
);
$screen->add_help_tab(
'title' => __( 'Import Files' ),
'content' => '<p>' . __( 'This tab will allow you to import files
for each member. Make sure the "file_url" field contains a complete url
- for the file.' ) . '</p>'
+ for the file.' ) . '</p>' . '<h3>Required Fields</h3><ul><li>member_id</li><li>file_url</li><li>file_name</li></ul>'
)
);
// Get help tabs from the other plugins using apply_filters.