add_action 是用來增加功能到WP 內建的function 內的,比如我們要在wp_head() 裡加上一段code,就可以這樣寫: function hook_css() { ?> ...
確定! 回上一頁