/**
 * This returns the original Charitable_Extension_Boilerplate object.
 *
 * Use this whenever you want to get an instance of the class. There is no
 * reason to instantiate a new object, though you can do so if you're stubborn :)
 *
 * @return  Charitable_Extension_Boilerplate
 * @since   1.0.0
 */
function charitable_extension_boilerplate()
{
    return Charitable_Extension_Boilerplate::get_instance();
}