/**
 * Initialize
 */
function rublon2factor_plugins_loaded()
{
    // Initialize Rublon plugin helper
    RublonHelper::plugins_loaded();
    // Check if plugin registration should be attempted
    // in this run
    RublonHelper::checkRegistration();
    // check for Rublon-type actions
    RublonHelper::checkForActions();
}