Exemplo n.º 1
0
function wp_stream_query($args = array())
{
    return WP_Stream_Query::get_instance()->query($args);
}