I saw this message today when accessing my plugin page:
custom plugin update message

So, how do I create this if I want to update my own plugins that’s hosted on wordpress?

2

This message is created by W3_Total_Cache->in_plugin_update_message() hooked to "in_plugin_update_message-$file"in wp_plugin_update_row().

It does some nifties to parse readme and display info from changelog, but overall you can just echo some stuff as with any other hook.

Leave a Reply

Your email address will not be published. Required fields are marked *