This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_links_add_base( string $m )
Callback to add a base URL to relative links in passed content.
Parameters
- $m
-
(Required) The matched link.
Return
(string) The processed link.
Source
File: wp-includes/formatting.php
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |