Warning: This hook has been deprecated.
shortcut_link WordPress Hook
The shortcut_link hook is used to create a shortcut link to a specific post or page. This is useful for creating a quick link to a post or page from another location on your site.
apply_filters( 'shortcut_link', string $link ) #
Filters the Press This bookmarklet link.
Parameters
- $link
(string)The Press This bookmarklet link.
Source
Changelog
Version | Description |
---|---|
4.9.0 | This hook has been deprecated. |
2.6.0 | Introduced. |