old_slug_redirect_post_id

old_slug_redirect_post_id

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('old_slug_redirect_post_id') is found 1 times:

  • /wp-includes/query.php line 1093
    1089
    1090
    1091
    1092
    1093
    1094
    1095
    1096
    1097
    1098
    1099
    * @since 4.9.3
     *
     * @param int $id The redirect post ID.
     */
    $id = apply_filters( 'old_slug_redirect_post_id', $id );
     
    if ( ! $id ) {
        return;
    }
     
    $link = get_permalink( $id );