wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_attachment_links › WordPress Function

Da2.0.0
Deprecato3.7.0
the_attachment_links ( $id = false )
Parametri:
  • (int|bool) $id
    Richiesto: No
    Default: false
Definito a:
Codex:

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



Sorgenti

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