Changes between Version 1 and Version 2 of Ticket #21170, comment 131
- Timestamp:
- 07/21/2017 09:52:30 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21170, comment 131
v1 v2 16 16 {{{ 17 17 function my_func_2() { 18 remove_ filter( 'init', 'my_func' );18 remove_action( 'init', 'my_func' ); 19 19 } 20 20