Skip to content

Instantly share code, notes, and snippets.

View feyiari's full-sized avatar

Arimoro Joshua feyiari

  • MCEE SOLUTIONS
  • Canada
View GitHub Profile
@feyiari
feyiari / wordpressplugin
Last active August 29, 2015 14:24
This is a wordpress payment gateway plugin am creating but its not showing up the wordpress in the plugin page. {Wordpress is not recognising it as a plugin} Need help please.
<?php
if ( ! defined( 'ABSPATH' ) )
exit;
add_action('plugins_loaded', 'sb_gtpay_init', 0);
function sb_gtpay_init() {
if (!class_exists('WC_Payment_Gateway')) {
return;