add_filter after apply_filters, it does not work.
-
var_dump(apply_filters('go', null)); add_filter('go', function() { return 'I am after apply_filter.'; } );
It does not work to output string.
Is it must before apply_filters?
- The topic ‘add_filter after apply_filters, it does not work.’ is closed to new replies.