Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #21170, comment 131


Ignore:
Timestamp:
07/21/2017 09:52:30 AM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21170, comment 131

    v1 v2  
    1616{{{
    1717function my_func_2() {
    18     remove_filter( 'init', 'my_func' );
     18    remove_action( 'init', 'my_func' );
    1919}
    2020