Show download URL in notifications
-
Hi, whenever I get notified of an update, I first have to click the “Details” link in the email before I can right click the “Download” button and copy the new version’s URL. It would be extremely helpful if instead the direct download URL was present in the notification email. This can be accomplished by adding the following line to class-sc-wp-updates-notifier.php,
$message .= “\t” . sprintf( __( ‘Download: %s’, ‘wp-updates-notifier’ ), $data->package ) . “\n”;
in the plugins_update_check() function, right after the corresponding lines for the “Details” and “Changelog.” Something similar probably works in themes_update_check() but I have yet to test that.
- The topic ‘Show download URL in notifications’ is closed to new replies.