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