wpseo_save_all_descriptions()
Save all description sent from the Bulk Editor.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpseo_save_all_descriptions();
Код wpseo_save_all_descriptions() wpseo save all descriptions Yoast 27.6
function wpseo_save_all_descriptions() {
wpseo_save_all( 'metadesc' );
}