post_action_{$action}

最后更新于:2021-11-27 16:02:07

do_action( “post_action_{$action}”, int $post_id )

Fires for a given custom post action request.

参数

$post_id

(int)
Post ID sent with the request.

源文件

文件: gc-admin/post.php

View on Trac