Angelos Theodorakopoulos

Results 3 comments of Angelos Theodorakopoulos

@r66r @tlovett1 Hello and thanks for your great work! Is there any workaround for post_parent__not_in that you could suggest until this is added to the plugin?

nevermind, figured it out ``` add_filter( 'ep_formatted_args', function ( $formatted_args ) use ( $args ) { if ( ! empty( $args['post_parent__not_in'] ) ) { $formatted_args['post_filter']['bool']['must_not'] = array( 'terms' => array(...