Skip to content
#

distribution

Here are 344 public repositories matching this topic...

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

  • Updated Nov 2, 2020
  • C++
distributor
jmslbam
jmslbam commented Feb 13, 2021

Describe the bug
while filtering the permited post types via distributable_post_types, I noticed that the dropdown in de Pull UI has all the post types in the dropdown.

Steps to Reproduce
Filter the permited post types:

add_filter( 'distributable_post_types', function() {
    return [ 'post' => 'post' ];
});

Go to the Pull overview page en check the dropdown.

Improve this page

Add a description, image, and links to the distribution topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distribution topic, visit your repo's landing page and select "manage topics."

Learn more