Skip to content

Instantly share code, notes, and snippets.

View omniacode's full-sized avatar

Jason Ryan omniacode

View GitHub Profile
<?php
/**
* Adds new shortcode "myprefix_say_hello" and registers it to
* the Visual Composer plugin
*
*/
if ( ! class_exists( 'MyPrefix_Say_Hello_Shortcode' ) ) {
class MyPrefix_Say_Hello_Shortcode {