我想使用zoom API创建一个网络研讨会事件,我使用php和json_encode中的json格式创建了身体数据,但当我向zoom API发送帖子时,它不起作用。结果总是这样: [ [message] => Request Body should be a valid JSON object.
] 这是我在控制器中的代码bodyparam)), JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICO
我计划创建一个代码过滤器,并在保存/提交wordpress帖子时设置一个最小的字数。我试过这个密码。function minWord($content) global $post; if (str_word_count($content) < 300 ) //set this to the minimum number of words
wp_die( __(