... structure of it in wordpress. function _hello_world(){ echo 'hello world'; } add_action('showme', '_hello_world'); do_action('showme'); ...
確定! 回上一頁