wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_attachment_links › WordPress Function

Seit2.0.0
Veraltet3.7.0
the_attachment_links ( $id = false )
Parameter:
  • (int|bool) $id
    Erforderlich: Nein
    Standard: false
Definiert in:
Codex:

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



Quellcode

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