edit_{$field}
最后更新于:2021-11-26 09:09:13
apply_filters( “edit_{$field}”, mixed $value, int $post_id )
Filters the value of a specific post field to edit.
参数
- $value
-
(mixed)
Value of the post field.
- $post_id
-
(int)
Post ID.
源文件
文件: gc-includes/post.php
View on Trac