add_attachment

最后更新于:2021-11-25 19:09:54

do_action( ‘add_attachment’, int $post_ID )

Fires once an attachment has been added.

参数

$post_ID

(int)
Attachment ID.

源文件

文件: gc-includes/post.php

View on Trac