admin管理员组

文章数量:1387276

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.

本文标签: Change function without filter hook