Changeset 47892 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/03/2020 10:00:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r47808 r47892 3863 3863 * @since 3.0.0 3864 3864 * 3865 * @param bool|string $return Short-circuit return value. Either false or a URL string.3866 * @param int $id Post ID, or 0 for the current post.3867 * @param string $context The context for the link. One of 'post' or 'query',3868 * @param bool $allow_slugs Whether to allow post slugs in the shortlink.3865 * @param false|string $return Short-circuit return value. Either false or a URL string. 3866 * @param int $id Post ID, or 0 for the current post. 3867 * @param string $context The context for the link. One of 'post' or 'query', 3868 * @param bool $allow_slugs Whether to allow post slugs in the shortlink. 3869 3869 */ 3870 3870 $shortlink = apply_filters( 'pre_get_shortlink', false, $id, $context, $allow_slugs );
Note: See TracChangeset
for help on using the changeset viewer.