Viewing 1 replies (of 1 total)
  • Thread Starter Rahul Ramesh

    (@rahulascents)

    Never mind I was able to remove it by altering this code:

    ` // Initialize BFA library.
    $args = array(
    ‘version’ => isset( $options[‘version’] ) ? $options[‘version’] : $this->option_defaults[‘version’],
    ‘minified’ => isset( $options[‘minified’] ) ? $options[‘minified’] : ”,
    ‘remove_existing_fa’ => isset( $options[‘remove_existing_fa’] ) ? $options[‘remove_existing_fa’] :”,
    ‘load_styles’ => true,
    ‘load_admin_styles’ => true,
    ‘load_shortcode’ => true,
    ‘load_tinymce_plugin’ => false,
    );
    `

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide Icon button in Tiny MCE’ is closed to new replies.