Classic_Editor::tinymce_buttons( $buttons )
Add tinymce buttons for the mce plugin registered above
Parameters
- $buttons
-
(Required)
Return
(array)
Source
File: includes/libs/admin/editor/classic-editor.class.php
public function tinymce_buttons( $buttons ){
array_push( $buttons, 'separator', 'cvm_shortcode' );
return $buttons;
}
