Viewing 1 replies (of 1 total)
  • aazztech

    (@aazztech)

    Please, replace your current Directorist with this beta version and then place the following code into your theme’s functions.php file.

    add_filter('atbdp_add_listing_wp_editor_settings', function () {
        return array(
            'media_buttons' => false,
            'quicktags' => false,
            'tinymce' => false,
            'editor_height' => 150
        );
    });

    This filter hook will be included in next update.

    • This reply was modified 5 years ago by aazztech.
    • This reply was modified 5 years ago by aazztech.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove WYSIWYG Editor’ is closed to new replies.