How to get category and subcategory images . We have installed plugin, We can get api response only category name, subcategory name and other details. fe
]]>The following warning is now thrown by this plugin:
Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>menus/v1/menus</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback.
Please update all of the calls to register_rest_route
to include the above permission_callback.