This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function remove_et_pb_blog() { | |
remove_shortcode( 'et_pb_blog', 'et_pb_blog' ); | |
add_shortcode( 'et_pb_blog', 'wpt_pb_blog' ); | |
} | |
add_action( 'init', 'remove_et_pb_blog' ); | |
function wpt_pb_blog( $atts ) { | |
extract( shortcode_atts( array( |