码迷,mamicode.com
首页 > 其他好文 > 详细

添加POST_TYPE——以增加Slider为例(未完待续)

时间:2019-03-06 20:46:29      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:reg   ini   http   div   action   pos   https   type   enc   

钩子:

add_action(‘init‘, ‘cube_slider_register‘);
add_action("admin_init", "cmp_slider_init");
add_action(‘save_post‘, ‘cmp_save_slide‘);
add_action("manage_cmp_slider_posts_custom_column",  "cmp_slider_custom_columns");
add_action( ‘admin_menu‘, ‘cmp_slider_remove_menu_items‘ );

核心函数:

register_post_type( )

https://developer.wordpress.org/reference/functions/register_post_type/

register_taxonomy( $taxonomy, $object_type, $args );

https://developer.wordpress.org/reference/functions/register_taxonomy/

add_meta_box( )

 

 

 

 

manage_cmp_slider_posts_custom_column

添加POST_TYPE——以增加Slider为例(未完待续)

标签:reg   ini   http   div   action   pos   https   type   enc   

原文地址:https://www.cnblogs.com/zhaoweidong/p/10485753.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!