Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30464, comment 2


Ignore:
Timestamp:
11/23/2014 05:25:53 PM (10 years ago)
Author:
miqrogroove
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30464, comment 2

    initial v1  
    1 For reference, the 'kses_allowed_protocols' filter runs before the 'init' action.  Trying using the 'plugins_loaded' action, or just hook the filter at the top of your plugin.
     1For reference, the 'kses_allowed_protocols' filter runs before the 'init' action.  Try using the 'plugins_loaded' action, or just hook the filter at the top of your plugin.