the_attachment_links() – This was once used to display attachment links. Now it is deprecated and stubbed.
You appear to be a bot. Output may be restricted
Description
This was once used to display attachment links. Now it is deprecated and stubbed.
Usage
the_attachment_links( $id );
Parameters
- $id
- ( int|bool ) optional –
Returns
void
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 3 of 3
function the_attachment_links( $id = false ) { _deprecated_function( the_attachment_links, '3.7.0' ); }