[wp-hackers] Plugin Management issue...
Alex King
alex at alexking.org
Tue Jun 29 08:04:15 UTC 2004
That won't necessarily work because the files aren't all
include/require_once()'ed later in the code. Matt had some numbers that
showed this was slower at one point. Matt, did you ever run metrics on
this again?
--Alex
http://www.alexking.org/
On Jul 29, 2004, at 1:56 AM, Stephen O'Connor wrote:
> David: it sounds like you need to check out the get_included_files and
> include_once methods. Perhaps all your dependent plugins could an
> include_once to their required files. If the WP plugin-include method
> or
> another dependant plugin called the file you need first, no sweat
> 'cause php
> will skip it.
More information about the hackers
mailing list