redirect_post_location

最后更新于:2021-11-27 21:42:04

apply_filters( ‘redirect_post_location’, string $location, int $post_id )

Filters the post redirect destination URL.

参数

$location

(string)
The destination URL.

$post_id

(int)
The post ID.

源文件

文件: gc-admin/includes/post.php

View on Trac