apply_filters( 'pre_get_shortlink', bool|string $return, int $id, string $context, bool $allow_slugs )

Filters whether to preempt generating a shortlink for the given post.


Description Description

Passing a truthy value to the filter will effectively short-circuit the shortlink-generation process, returning that value instead.


Parameters Parameters

$return

(bool|string) Short-circuit return value. Either false or a URL string.

$id

(int) Post ID, or 0 for the current post.

$context

(string) The context for the link. One of 'post' or 'query',

$allow_slugs

(bool) Whether to allow post slugs in the shortlink.


Top ↑

Source Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.