| 1 | | I still think it would be good to change best-practice recommendations to wrapper functions with suitable `try catch` blocks wrapping the print functions, however combining them with the `__` function would I think result in a function count explosion, as there is already `__`, `_x` for context, `_e` for echo, `_n` for pluralisation, combination of these, e.g. `_ex`, `_nx`, than there are combinations with `esc_attr` and `esc_html`, also there are versions suffixed with `_noop`. |
| | 1 | I still think it would be good to change best-practice recommendations to wrapper functions with suitable `try catch` blocks wrapping the print functions, however combining them with the `__` function would I think result in a function count explosion, as there is already `__`, `_x` for context, `_e` for echo, `_n` for pluralisation, combination of these, e.g. `_ex`, `_nx`, than there are combinations with `esc_attr` and `esc_html` prefixes, also there are versions suffixed with `_noop`. |