[wp-hackers] Plugin update & security / privacy

John Blackbourn johnbillion+wp at gmail.com
Sun Sep 23 15:44:04 GMT 2007


Alex, if you're looking at wp-includes/update.php then that function
is for the core update system (which can be disabled with my other
plugin http://wordpress.org/extend/plugins/disable-wordpress-core-update/).

The plugin update system is handled in wp-admin/incluces/update.php
and is called on the load-plugins.php hook.

John.

On 9/23/07, Alex Günsche <ag.ml2007 at zirona.com> wrote:
> On Sun, 2007-09-23 at 16:07 +0100, John Blackbourn wrote:
> > I already made a plugin to do that at
> > http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/
> > :-)
>
> Cool, that's good to know. However, as far as I see, this won't stop
> wp-includes/update.php from executing. That file contains a function
> that is registered via the 'init' hook, and it is loaded on each page of
> the admin panel.
>
>
> Kind regards,
> Alex
>
> --
> Alex Günsche, Zirona OpenSource-Consulting
> Blogs: http://www.zirona.com/ | http://www.regularimpressions.net
> PubKey for this address: http://www.zirona.com/misc/ag.ml2007.asc
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list