wp-metabox:用于在 WordPress 中创建自定义帖子元、元框和自定义内容类型的轻量级框架

时间:2024-07-28 04:06:50
【文件属性】:

文件名称:wp-metabox:用于在 WordPress 中创建自定义帖子元、元框和自定义内容类型的轻量级框架

文件大小:25KB

文件格式:ZIP

更新时间:2024-07-28 04:06:50

PHP

WP-Metabox 用于在 WordPress 中创建自定义帖子元、元框和自定义内容类型的轻量级框架。 WP-Metabox 可用于创建和扩展自定义 postmeta 类型、自定义元框和自定义内容类型。 注释掉examples.php包括wp-metabox.php看到你的WordPress网站在行动的例子。 自定义帖子元 # creates a new post meta type named 'custom-post-meta' on posts $foo = new WP_PostMeta( 'custom-post-meta', array( 'type' => 'text' ); # displays post meta in your theme template file echo get_post_meta( $post_id, 'custom-post-meta'


【文件预览】:
wp-metabox-master
----includes()
--------wp-postmeta-factory.php(3KB)
--------postmeta-types()
--------wp-postmeta.php(5KB)
--------wp-metabox.php(4KB)
--------wp-custom-content-type.php(3KB)
----wp-metabox.php(2KB)
----js()
--------date.js(194B)
--------media.js(3KB)
--------ordered-list.js(675B)
----examples.php(6KB)
----LICENSE(18KB)
----README.md(2KB)
----wp-metabox.css(556B)

网友评论