Feature Request: Add filters to settings
-
I’ll use the Post List element as an example but this applies across the board.
By default, the Post List element displays only published posts. I want display published and scheduled posts together. There is no option to include scheduled posts in the Post List via the Elementor Builder in the admin nor does the underlying code provide filters for me to edit the settings before they are passed to eae_get_post_data() to retrieve the posts.
Something like:
$posts = eae_get_post_data( apply_filter(‘post_list_args’, $post_args) );
would be very helpful
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Feature Request: Add filters to settings’ is closed to new replies.