Lines:
1 to 33 of 33
<?php // (C) Copyright Bobbing Wide 2014 if ( !defined( "OIK_WP_LOADED" ) ) { define( "OIK_WP_LOADED", true ); /* function bw_bp() – Implement [bp] shortcode for BuddyPress */ /* function bw_lwp() – Implement [lwp] shortcode for link to wordpress.org */ /* function bw_lwpms() – Implement [lwpms] shortcode for link to wordpress.org for multisite */ /* function bw_lbp() – Implement [lbp] shortcode for link to buddypress.org */ /* function bw_ldrupal() – Implement [ldrupal] shortcode for link to Drupal.org */ /* function bw_lart() – Implement [lartisteer] shortcode for link to Artisteer.com */ /* function bw_wpms() – Implement [wpms] shortcode for WordPress Multisite */ /* function bw_drupal() – Implement [drupal] shortcode for Drupal */ /* function bw_art() – Implement [artisteer] shortcode for Artisteer */ /* function wp__example */ if ( !function_exists( "bw_wp" ) ) { /* function bw_wp() – Implement [wp] shortcode for WordPress */ } } /* end !defined OIK_WP_LOADED */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: