PHP Classes

File: ade-woocart.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   ade-woocart   ade-woocart.php   Download  
File: ade-woocart.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: ade-woocart
Manipulate a WooCommerce cart using WordPress API
Author: By
Last change:
Date: 1 year ago
Size: 542 bytes
 

Contents

Class file image Download
<?php

/**
 * Plugin Name: Ade WooCart
 * Plugin URI: http://www.adeleyeayodeji.com
 * Author: Adeleye Ayodeji
 * Author URI: http://www.adeleyeayodeji.com
 * Description: A simple plugin to add a cart to your website
 * Version: 0.1.0
 * License: GPL-2.0+
 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
 * text-domain: ade-woocart
 */

// If this file is called directly, abort.
if (!defined('WPINC')) {
    die;
}

// Include the main class
require_once plugin_dir_path(__FILE__) . 'includes/class-ade-woocart.php';