press_this_save_post钩子是Wordpress钩子,过滤钩子:在保存/更新之前过滤一个新闻发布的发布数据。
apply_filters( ‘press_this_save_post’, array $post_data )
说明(Description)
此时已运行“side_load_images”操作。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$post_data | (array) | 邮政数据。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.5.0 | wp-admin/includes/class-wp-press-this.php:163 | 0 | 0 |