向函数添加APPLY_FILTERS有什么不利影响吗? 时间:2011-11-17 作者:hhins 我将回顾我以前的WordPress主题,使函数可过滤,并添加函数\\u exists检查。我有没有想过这会导致现有代码出现问题?// Dummy function if ( ! function_exists( \'custom_func\' )) { function custom_func() { $output = "Something Awesome"; return apply_filters(\'custom_func\', $output); } } 谢谢! 1 个回复 SO网友:Tom J Nowell 我会添加前缀,因为插件开发人员可能有同名的函数或同名的过滤器,例如。mytheme_ 结束 文章导航