This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists. See also wp-includes/deprecated.php
.
Use
any of these functions instead.
Description
Strip HTML and put links at the bottom of stripped content.
Searches for all of the links, strips them out of the content, and places them at the bottom of the content with numbers.
Usage
<?php make_url_footnote( $content ) ?>
Parameters
- $content
- (string) (required) Content to get links
- Default: None
Return Values
- (string)
- HTML stripped out of content with links at the bottom.
Examples
Notes
Change Log
Since: 0.71
Deprecated since: 2.9
Source File
make_url_footnote() is located in wp-includes/functions.php.
Related