@@ -470,6 +470,9 @@ discard block |
||
| 470 | 470 | $response_body = json_decode( wp_remote_retrieve_body( $response ) ); |
| 471 | 471 | } |
| 472 | 472 | |
| 473 | + /** |
|
| 474 | + * @return string |
|
| 475 | + */ |
|
| 473 | 476 | public function get_premium_license( $plugin_slug ) {
|
| 474 | 477 | |
| 475 | 478 | switch( $plugin_slug ) {
|
@@ -767,6 +770,7 @@ discard block |
||
| 767 | 770 | |
| 768 | 771 | /** |
| 769 | 772 | * Convert the php date format string to a js date format |
| 773 | + * @param string $type |
|
| 770 | 774 | */ |
| 771 | 775 | public function yikes_jQuery_datepicker_date_format_php_to_js( $sFormat, $type ) {
|
| 772 | 776 | switch ( $type ) {
|