Yoast\WP\SEO\Presentations

Indexable_Presentation::generate_rel_next()publicYoast 1.0

Generates the rel next.

Метод класса: Indexable_Presentation{}

Хуков нет.

Возвращает

Строку. The rel prev next.

Использование

$Indexable_Presentation = new Indexable_Presentation();
$Indexable_Presentation->generate_rel_next();

Код Indexable_Presentation::generate_rel_next() Yoast 22.4

public function generate_rel_next() {
	return '';
}