bbp_get_tiny_mce_plugins

bbp_get_tiny_mce_plugins

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_tiny_mce_plugins') is found 1 times:

  • /includes/common/template.php line 1970
    	// Add the tabfocus plugin
    	$plugins[] = 'tabfocus';
    
    	// Filter & return
    	return apply_filters( 'bbp_get_tiny_mce_plugins', $plugins );
    }
    
    /**
     * Edit TeenyMCE buttons to match allowedtags
     *
     * @since 2.3.0 bbPress (r4605)