pluggable functions
pluggable functions都在wp-includes/pluggable.php
http://codex.wordpress.org/Pluggable_Functions
源文件中形式:
if ( ! func exit )
{
define
}
如果用户重写了,那么源文件的定义就被忽略,因此pluggable
此外,默认的定义在适当需要的时候也可以直接调用
pluggable functions都在wp-includes/pluggable.php
http://codex.wordpress.org/Pluggable_Functions
源文件中形式:
if ( ! func exit )
{
define
}
如果用户重写了,那么源文件的定义就被忽略,因此pluggable
此外,默认的定义在适当需要的时候也可以直接调用