the_meta_key

the_meta_key

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_meta_key') is found 1 times:

  • /wp-includes/post-template.php line 1144
    			 * @param string $html  The HTML output for the li element.
    			 * @param string $key   Meta key.
    			 * @param string $value Meta value.
    			 */
    			$li_html .= apply_filters( 'the_meta_key', $html, $key, $value );
    		}
    
    		if ( $li_html ) {
    			echo "<ul class='post-meta'>\n{$li_html}</ul>\n";
    		}
    	}