Skip to content

Instantly share code, notes, and snippets.

View zulfgani's full-sized avatar

Zulfikar Gani zulfgani

View GitHub Profile
<?php
/*
* Adding support to FeatherLite for the Quick Summary Plugin
*/
function featherlite_quick_summary() {
global $post;
if ( ! defined( 'QUICK_SUMMARY_VERSION' ) ) {
return;
}
@zulfgani
zulfgani / woocommerce.php
Last active December 23, 2019 00:58
WooCommerce Addons compatibility for ClassicPress
<?php
/**
* Plugin Name: Woo Addons Compatibility
* Plugin URI: https://github.com/zulfgani/woocommerce
* Description: A compatibility plugin for some WooCommerce addons to work with ClassicCommerce.
* Version: 10.0.1111
* Author: I have no idea
* Author URI: https://ihavenoideapleasedontquoteme.com
*
* @package Woo Addons Compatibility
@zulfgani
zulfgani / customizer-links.php
Created March 18, 2019 13:05 — forked from slushman/customizer-links.php
How to link into the WordPress Customizer