Description
Some basic instructions for setting up Mad Mimi No logic to test yet! We could do this easily enough by pretending to add someone and using "oiksp_confirmed_contact_madmimi()"
Usage
oiksp_madmimi_usage();Parameters
Returns
voidSource
File name: oik-squeeze/admin/oik-madmimi.phpLines:
1 to 8 of 8
function oiksp_madmimi_usage() { p( "Complete the fields in the settings form" ); p( "Your Mad Mimi username is your account email address" ); p( "You will need to login to find your API Key at: "); alink( null, "https://madmimi.com/user/edit??account_info_tabs=account_info_personal", "Mad Mimi Account Settings API" ); p( "Type the name of the Contact list to use when a new user registers to view your opted in page." ); // p( isubmit( "test", "Test settings", null, "button-secondary" )); }View on GitHub
