add_action ()函数:将函数连接到指定action(动作)。 <?php add_action( $tag, $function_to_add, $priority, $accepted_args ); ?>.
確定! 回上一頁