Changes between Version 1 and Version 2 of Ticket #30187, comment 5
- Timestamp:
- 11/01/2014 11:51:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30187, comment 5
v1 v2 3 3 One way to accomplish removing of additional stylesheets without needing extra filters would be to hook into `'wp_editor_settings'`, check if it is the desired instance, then add a filter on `'tiny_mce_before_init'` where the `content_css` setting can be emptied/tweaked. 4 4 5 Another way is to do the same fromJS added on the `'wp_tiny_mce_init'` action.5 Another way is to do the same with some JS added on the `'wp_tiny_mce_init'` action.