[wp-hackers] Memcache / memcached
Dan Thrue
rummanddan at gmail.com
Fri Feb 18 16:37:54 GMT 2005
Nice, havent even noticed that...
// For an advanced caching plugin to use, static because you would only want one
if ( defined('WP_CACHE') )
require (ABSPATH . 'wp-content/advanced-cache.php');
Very nice indeed...
On Fri, 18 Feb 2005 08:24:45 -0800, Matthew Mullenweg <m at mullenweg.com> wrote:
> Dan Thrue wrote:
> > On of the wp-developers stated on the wp board that a "file_exists"
> > would be done at a very early stage at the wp-execution process, so a
> > such Plugin Could be applied without editing core wp-files... So if
> > that will be the case I think I will make my solution ready for an
> > actual plugin...
>
> The hooks were added, but you can't do a traditional plugin. You have to
> activate a constant in wp-config.php to kick it off. The includes are in
> wp-blog-header.php.
>
> --
> Matt Mullenweg
> http://photomatt.net | http://wordpress.org
> http://pingomatic.com | http://cnet.com
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers
>
More information about the hackers
mailing list