wpseek.com
A WordPress-centric search engine for devs and theme authors



the_meta_key › WordPress Filter Hooks

Since2.2.0
Deprecatedn/a
apply_filters( 'the_meta_key', $html, $key, $value )
Parameters: (3)
  • () html The HTML output for the li element.
    Required: Yes
  • () key Meta key.
    Required: Yes
  • () value Meta value.
    Required: Yes
Defined at:
Codex:

Filters the HTML output of the li element in the post custom fields list.





Source

$li_html .= apply_filters( 'the_meta_key', $html, $key, $value );