debug-objects icon indicating copy to clipboard operation
debug-objects copied to clipboard

Last Query

Open bueltge opened this issue 10 years ago • 0 comments

get the last query in a single tab, maybe helpful.

add_filter( 'posts_request', 'get_last_query' );
function get_last_query( $query ) {

    pre_print( $query );
    return $query;
}

bueltge avatar Nov 09 '15 15:11 bueltge