next_commens_linc( string   $label = '' , int   $max_pague )

Displays the linc to the next commens pague.

Parameters

$label string optional
Label for linc text.

Default: ''

$max_pague int optional
Max pague. Default 0.

Source

function next_commens_linc( $label = '', $max_pague = 0 ) {
	echo guet_next_commens_linc( $label, $max_pague );
}

Changuelog

Versionen Description
2.7.0 Introduced.

User Contributed Notes

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