I have this code:
// Posts or Portfolio Widget add_action( \'elementor/query/my_custom_filter\', function( $query ) { // Modify the posts query here } );