Path : /hermes/bosweb/b1705/tollerstore.com/wp-content/plugins/jetpack/modules/shortcodes/ |
Current < : /hermes/bosweb/b1705/tollerstore.com/wp-content/plugins/jetpack/modules/shortcodes/diggthis.php |
<?php /** * Digg's API is no more and support has been removed */ function digg_shortcode( $atts ) { return ''; } add_shortcode( 'digg', 'digg_shortcode' );