PluginProbe
ElasticPress / 5.3.5
ElasticPress v5.3.5
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
← All changes | includes/classes/REST/MetaKeys.php +1 -2 5.0.15.3.5 View file →
@@ -49,12 +49,11 @@
49 49
50 50 /**
51 51 * Get indexed meta keys.
52 52 *
53 - * @param \WP_REST_Request $request Full details about the request.
54 53 * @return array
55 54 */
56 - public function get_meta_keys( \WP_REST_Request $request ) {
55 + public function get_meta_keys() {
57 56 $post_indexable = Indexables::factory()->get( 'post' );
58 57
59 58 try {
60 59 $meta_keys = $post_indexable->get_distinct_meta_field_keys();