
Tony He
Living an absolutely not meaningless life with totally not unachievable goals.
马上订阅 Tony He RSS 更新: https://www.ouorz.com/feed
向 WP REST API 加入一些自定义的内容
Tony He
2019年2月9日 19:27
personaltechnologylifeblogs
博客要做 前后端分离 ,用到 REST API,但默认的输出内容有些地方不能满足需求 所以需要增加一些个性化的内容。 add_action( 'rest_api_init', 'wp_rest_insert_some' ); //添加到 REST API 中 function wp_rest_insert_some...