wpseek.com
A WordPress-centric search engine for devs and theme authors



the_attachment_links › WordPress Function

Since2.0.0
Deprecated3.7.0
the_attachment_links ( $id = false )
Parameters:
  • (int|bool) $id
    Required: No
    Default: false
Defined at:
Codex:

This was once used to display attachment links. Now it is deprecated and stubbed.



Source

function the_attachment_links( $id = false ) {
	_deprecated_function( __FUNCTION__, '3.7.0' );
}