add_action( 'pre_get_posts', function( $wp_query_obj ) { if ( ! empty( $wp_query_obj->query_vars['my_custom_id'] ) ) { // ... } }, 100, 1 );