apply_filters( 'register_post_type_args', $args, $this->name )
过滤注册一个文章类型的参数。
$args = apply_filters( 'register_post_type_args', $args, $this->name );