PostTypeArchiveMeta

0

You will be able to add data to the custom post type’s archive page or all post types. This Plugin API Retrieve meta data field for a post type. get_post_type_meta( $key, $post_type )

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

You will be able to add data to the custom post type’s archive page or all post types.

This Plugin API

Retrieve meta data field for a post type.

get_post_type_meta( $key, $post_type ) 

Customize

add_filter( 'post_type_archive_meta_post_types', 'func_name' ) add_filter( 'post_type_archive_meta_update_names', 'func_name' ) add_action( 'post_type_archive_meta_update_after', 'func_name' ); 

Related Links