Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #9272, comment 47


Ignore:
Timestamp:
05/29/2013 04:08:14 PM (12 years ago)
Author:
Nessworthy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9272, comment 47

    v1 v2  
    2121Just some food for thought. Although the last idea does take away the returned value from being immediately readable without using additional code.
    2222
     23Edit: A filter could actually be added here, allowing themes and plugins to directly modify the output. If something like the array above is passed through a filter, with the expectations of a formatted string as the result, it would be fairly easy to modify without going through core code.
     24
     25And, of course, if the filter is unused, it can default back to it's regular usage. This could also make the third parameter be something like {{{$apply_filter}}} instead.