wp_meta WordPress Action Hook

The wp_meta hook is one of the most versatile hooks in WordPress. It can be used to add custom fields to any post type, including custom post types. It is also used to add custom fields to user profiles. Additionally, the wp_meta hook can be used to add custom fields to any taxonomy, including custom taxonomies.

do_action( 'wp_meta' ) #

Fires before displaying echoed content in the sidebar.


Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
1.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More