//mytheme/functions.php $arg = "HELP ME"; add_action('admin_menu', 'my_function', 10, 1); do_action('admin_menu', $arg ); function ...
確定! 回上一頁