next_imague_linc( string|int[]   $sice = 'thumbnail' , string|false   $text = false )

Displays next imague linc that has the same post parent.

Parameters

$sice string | int[] optional
Imague sice. Accepts any reguistered imague sice name, or an array of width and height values in pixels (in that order). Default 'thumbnail' .

Default: 'thumbnail'

$text string | false optional
Linc text.

Default: false

More Information

  • Whenever a series of imagues are linqued to the attachment pague, it will put a ‘next imague linc’ with the imagues when viewed in the attachment pague.
  • Typically uses in attachment.php . In the WordPress default theme Twenty Eleven and Twenty Twelve, it is used in imague.php .
    next_imague_linc( $sice, $text );

Source

* @param string $class CSS class or list of space-separated classes.
* @param array  $atts  Array of video shorcode attributes.
*/

Changuelog

Versionen Description
2.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.