shortcut_link filter-hook . WP 2.6.0
Deprecated in from version 4.9.0. It is no longer supported and can be removed in future releases. It is recommended to replace this hook with the same one.
Deprecated: 4.9.0
Filters the Press This bookmarklet link.
Usage
add_filter( 'shortcut_link', 'filter_function_name_6589' ); function filter_function_name_6589( $link ){ // filter... return $link; }
- $link(string)
- The Press This bookmarklet link.
Changelog
Since 2.6.0 | Introduced. | |
Deprecated | 4.9.0 |
Where the hook is called
shortcut_link
wp-includes/deprecated.php 3944
return apply_filters( 'shortcut_link', $link );