Ajouter un bouton personnalisé à TinyMCE

PHP /*************** ajoute TinyMCE bouton ********************/ // Filter Functions with Hooks function custom_mce_button() { // Check if user have permission if ( !current_user_can( 'edit_posts' ) || !current_user_can( 'edit_pages' ) ) { return; } // Check if...