Skip to content

Instantly share code, notes, and snippets.

@ypadd
ypadd / wc-payment-gateway-base.php
Last active November 13, 2020 09:15
[WooCommerce Gateway] Plugin Base für Woocommerce Payment Gateway #Woocommerce #Plugin
<?php
/*
Plugin Name: WooCommerce <enter name> Gateway
Plugin URI: http://woothemes.com/woocommerce
Description: Extends WooCommerce with an <enter name> gateway.
Version: 1.0
Author: WooThemes
Author URI: http://woothemes.com/
Copyright: © 2009-2011 WooThemes.
License: GNU General Public License v3.0
@ypadd
ypadd / plugin-name.php
Created November 13, 2020 09:15
[Is Woocommerce active?] check if woocommerce is active #Woocommerce
/**
* Check if WooCommerce is active
**/
if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
// Put your plugin code here
}
@ypadd
ypadd / index.html
Created November 13, 2020 09:25
[HTML 5 Template] #Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">