Aggiungendo questo snippet al file functions.php del vostro tema WordPress verrà abilitato il menu a discesa per selezionare i font all’interno dell’editor predefinito tinyMCE.
function add_fontselect_row_3( $mce_buttons ) {
$mce_buttons[] = ‘fontselect’;
return $mce_buttons;
}
fonte: www.sastgroup.com ? Vai al post originale






