You appear to be a bot. Output may be restricted
Description
Activate the Creative Mail plugin.
Usage
$bool = activate();
Parameters
Returns
bool result of activation
Source
File name: jetpack/3rd-party/creative-mail.php
Lines:
1 to 7 of 7
function activate() { $result = activate_plugin( PLUGIN_FILE ); // Activate_plugin() returns null on success. return $result === null; }