plugin-update-checker/css
Yahnis Elsts ec5ee45379 Show API errors when manually checking for updates.
Introduces a new hook: "puc_api_error". This is an action with up to 4 callback arguments:

1) $error - A WP_Error instance that provides a brief description of the error.
2) $response - The value returned by wp_remote_get(). Can be omitted if the original response is not available at this point.
3) $url - The URL that the update checker requested. Can be omitted.
4) $slug - The plugin or theme slug. Can be omitted. 


See #151
2017-11-24 17:36:15 +02:00
..
puc-debug-bar.css Show API errors when manually checking for updates. 2017-11-24 17:36:15 +02:00