clearTimeour() 函数清除settimeout函数的时间; settimeout() 函数, setTimeout( ) 是属于 window 的 method, .....
Read MoreclearTimeour() 函数清除settimeout函数的时间; settimeout() 函数, setTimeout( ) 是属于 window 的 method, .....
Read MoreWP要用到数据库操作的时候 要申明通用变量 global $wpdb; form的input 里有name 这个属性, 比如 name =& .....
Read More在gallery页面添加media那里添加, 或者在block里添加gallery, 选择gallery图片, 在右边block那里添加link to 为 media& .....
Read More通过function来调整: add_action( 'pre_get_posts', 'university_adjust_queries' ); function university_adjust_queries($query) { if (is_post_type_a .....
Read MoreCustomizing the Login Form The Login Form is your gateway to using and configuring the WordPress publishing platform. It controls access to the& .....
Read More在自定义分类注册的函数里,添加show_in_rest 为 true就可以。 这个原因通常因为版本升级引起。 //add custom taxonomies add_action( 'init', 'creat_web .....
Read Morewordpress customize api :先钩子:functionthemeslug_customize_register( $wp_customize) {// Do stuff with& .....
Read More如果激活了child theme ,wp 首先加载的是child theme. child them 就是为了避免让你在主题文件上更改导致无法还原的 .....
Read Morewp的validation , inval() 函数来检查是不是integer, validation 用来check the data,   .....
Read More