Switch language

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




next_image_link [ WordPress Function ]

next_image_link ( $size = 'thumbnail', $text = false )
Parameters:
  • (string) $size Optional, default is 'thumbnail'. Size of image, either array or string. 0 or 'none' will default to post_title or $text;
  • (string) $text Optional, default is false. If included, link will reflect $text variable.
Returns:
  • (string) HTML content.
Defined at:



Display next image link that has the same post parent.

Source


<?php
function next_image_link($size 'thumbnail'$text false) {
    
adjacent_image_link(false$size$text);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics