wpseo_save_all_descriptions()Yoast 1.0

Save all description sent from the Bulk Editor.

Хуков нет.

Возвращает

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

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

wpseo_save_all_descriptions();

Код wpseo_save_all_descriptions() Yoast 22.4

function wpseo_save_all_descriptions() {
	wpseo_save_all( 'metadesc' );
}