Warning: This function has been deprecated. Use ‘learndash_wp_tiny_mce_before_init’ instead.
wpLD_tiny_mce_before_init( array $init_array )
Loads the certificate image as the background for the visual editor.
Description Description
Fires on tiny_mce_before_init
hook.
Parameters Parameters
- $init_array
-
(Required) The tinymce editor settings.
Return Return
(array) The tinymce editor settings.
Source Source
File: includes/deprecated/3.4.0/functions.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Use 'learndash_wp_tiny_mce_before_init' instead. |
2.1.0 | Introduced. |