wpseo_save_all_titles()Yoast 1.0

Save all titles sent from the Bulk Editor.

Хуков нет.

Возвращает

null. Ничего (null).

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

wpseo_save_all_titles();

Код wpseo_save_all_titles() Yoast 22.3

function wpseo_save_all_titles() {
	wpseo_save_all( 'title' );
}