Ejemplo n.º 1
0
/**
 * Returns the main instance of WP_SUAPI to prevent the need to use globals.
 *
 * @since  1.0.0
 * @return object WP_SUAPI
 */
function WP_SUAPI()
{
    $instance = WP_SUAPI::instance(__FILE__, '1.0.0');
    return $instance;
}