Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created January 7, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/90266f466967680609176c21da2f87cf to your computer and use it in GitHub Desktop.
Save billerickson/90266f466967680609176c21da2f87cf to your computer and use it in GitHub Desktop.
<?php // don't include this
function be_debug_dps( $args ) {
if( is_user_logged_in() )
print_r( $args );
return $args;
}
add_filter( 'display_posts_shortcode_args', 'be_debug_dps' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment