PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.1.9
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.1.9
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Builder/Conditions/Post.php +2 -2 3.0.43.1.9 View file →
@@ -55,9 +55,9 @@
55 55 // ] );
56 56 // $this->register_sub_condition( $in_sub_term );
57 57 // }
58 58 // }
59 -
59 +
60 60 $by_author = new PostByAuthor( $this->post_type );
61 61 $this->register_sub_condition( $by_author );
62 62 }
63 63
@@ -62,9 +62,9 @@
62 62 }
63 63
64 64 protected function register_controls() {
65 65 $this->add_control( "posts_query_" . $this->get_name(), [
66 - 'field' => 'id',
66 + 'field' => 'ID',
67 67 'query_type' => 'posts',
68 68 'options' => [ '' => 'All' ],
69 69 'query' => [ 'post_type' => $this->get_name() ]
70 70 ] );