press_this_redirect_in_parent钩子是Wordpress钩子,过滤器::过滤是否按此键应在保存时重定向父窗口中的用户。
apply_filters( ‘press_this_redirect_in_parent’, bool $redirect )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$redirect | (bool) | 是否在父窗口中重定向。默认为false。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.2.0 | wp-admin/includes/class-wp-press-this.php:51 | 0 | 0 |