PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev3
Elementor Website Builder – more than just a page builder v3.32.0-dev3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | app/modules/import-export-customization/data/response.php +1 -1 4.1.33.32.0-dev3 View file →
@@ -15,9 +15,9 @@
15 15 $response = new self( $data, $meta );
16 16 return $response->to_wp_rest_response( 200 );
17 17 }
18 18
19 - public static function error( string $code, $message, array $meta = [] ): \WP_REST_Response {
19 + public static function error( string $code, string $message, array $meta = [] ): \WP_REST_Response {
20 20 $response = new self([
21 21 'code' => $code,
22 22 'message' => $message,
23 23 ], $meta);