add_action is what you use to create a trigger “hook” – when something happens, do-something-else. add_action ( string $tag, callable $function_to_add, ...
確定! 回上一頁