我得到了错误Fatal error: Call to undefined function register_rest_route()
当我试着去举例的时候。com/wp json。怎么了?
我的代码是这样的:
add_action(\'rest_api_init\', function () {
register_rest_route( \'route\', \'/path\', array(
\'methods\' => \'GET\',
\'callback\' => \'function\',
) );
} );