gpt4 book ai didi

php - WP 休息 API : new route return rest_invalid_handler

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:02:17 24 4
gpt4 key购买 nike

这是一个用于创建新路由的简单测试脚本:

add_action( 'rest_api_init', function () {
register_rest_route( 'ass', '/ativar', array(
'methods' => 'GET',
'callback' => 'testing_route',
) );
} );

function testing_route($data){
return array( 'message' => 'testing route' );
}

但它返回错误信息:

rest_invalid_handler

最佳答案

解决了!

'callback' => __NAMESPACE__ . '\\testing_route',

关于php - WP 休息 API : new route return rest_invalid_handler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46341341/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com