fgc-load-slider-product.php 1.16 KB
<?php

/**
 * Plugin Name: Fgc Load Slider Product
 * Plugin URI: http://fgc.vn
 * Description: Fgc Load Slider Product
 * Author: Phuong An.
 * Author URI: http://fgc.vn
 * Version: 1.0
 *
 * Copyright 2016 Prospress, Inc.  (email : freedoms@prospress.com)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @package		WooCommerce
 * @author		Phuong An
 * @since		1.0
 */
class FGC_ActiveCampaign {

    public static function get_single_products($category_name) {
        ob_start();
        ?>

        <?php

        $return = ob_get_contents();
        ob_end_clean();
    }

}