Changes between Initial Version and Version 1 of Ticket #21267, comment 6
- Timestamp:
- 08/06/2012 02:33:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21267, comment 6
initial v1 5 5 Created a function to hash a list of callbacks by key: {{{wp_filter_callbacks_hash( $tag )}}}[[BR]] 6 6 7 {{{_wp_filter_build_unique_id()}}} now generally returns the string name of a function or class ('MyClass::method') which is what this function was doing anyways - it returns an md5 string representing a closure where applicable 7 {{{_wp_filter_build_unique_id()}}} now generally returns the string name of a function or class ('MyClass::method') which is what this function was doing anyways - it returns an md5 string representing a closure where applicable. For class instances, it will prepend {{{spl_object_hash( $function[0] )~}}} which will be removed when the wp_filter_callbacks_hash is generated - allows persistence between requests 8 8 9 9 {{{get_terms()}}} now internally calls: