1
wp_insert_post aggiungi meta_input
Nella documentazione di wp_insert_postc'è un log delle modifiche in metà pagina che dice quanto segue: Da: WordPress 4.4.0 È ora possibile passare un array 'meta_input' a $ postarr per aggiungere i metadati post. Sto usando Wordpress 4.4.2. Proverò ad aggiungere un nuovo post eseguendo il codice come segue: function handle_post($post) …