Changes between Initial Version and Version 1 of Ticket #17067, comment 7
- Timestamp:
- 04/07/2011 02:42:00 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17067, comment 7
initial v1 13 13 Additionally, you need all three arguments, so: 14 14 15 `add_filter( 'sanitize_html_class', 'my_sanitize_html_class', 10, 3 ); 15 `add_filter( 'sanitize_html_class', 'my_sanitize_html_class', 10, 3 );` 16 16 17 17 Note that 10 is priority. 10 is default.