Changeset 3125420
- Timestamp:
- 07/25/2024 04:51:27 PM (21 months ago)
- Location:
- sitecare-score/trunk/includes
- Files:
-
- 2 edited
-
class-data.php (modified) (2 diffs)
-
class-history.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sitecare-score/trunk/includes/class-data.php
r3125376 r3125420 133 133 } 134 134 135 public function send_data($init = false, $hash = '', $type = 'cron') : \WP_Error|array135 public function send_data($init = false, $hash = '', $type = 'cron') 136 136 { 137 137 … … 189 189 } 190 190 191 public function check_ssl_certificate_status($url) : false|array|string191 public function check_ssl_certificate_status($url) 192 192 { 193 193 -
sitecare-score/trunk/includes/class-history.php
r3125376 r3125420 193 193 } 194 194 195 public function get_history() : \WP_Error|array195 public function get_history() 196 196 { 197 197
Note: See TracChangeset
for help on using the changeset viewer.