PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.19
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.19
1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 All 163 releases
← All changes | includes/API/V2/Order_Email_Controller.php +1 -1 1.10.11.10.19 View file →
@@ -47,9 +47,9 @@
47 47 ),
48 48 )
49 49 ),
50 50 ),
51 - 'schema' => array(),
51 + 'schema' => array( $this, 'wcpos_get_public_send_email_schema' ),
52 52 )
53 53 );
54 54 }
55 55 }