最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Change function without filter hook

programmeradmin5浏览0评论

I would like to modfify function.php and other files. There's no filter hook. How can I change functions without filter hook? I thought,

if ( ! function_exists( 'function_name' ) {
       function_name () {
              ...
       }
}

Could you recommend the way to rewrite the function? Many thanks.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论