datasync_init()
datasync_init(string $file) : object
Used to initialize the plugin. It is another layer of abstraction so that the plugin will work with early versions of PHP and warn admins of compatibility issues.
Parameters
string | $file | The file's full path used to access the plugin. |
Returns
object —An instance of the plugin's controller class.