Ticket #10164: 10164.diff
File 10164.diff, 802 bytes (added by , 15 years ago) |
---|
-
wp-includes/plugin.php
53 53 * @subpackage Plugin 54 54 * @since 0.71 55 55 * @global array $wp_filter Stores all of the filters added in the form of 56 * wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args) ]']56 * wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)']'] 57 57 * @global array $merged_filters Tracks the tags that need to be merged for later. If the hook is added, it doesn't need to run through that process. 58 58 * 59 59 * @param string $tag The name of the filter to hook the $function_to_add to.