woocommerce_rest_api_get_rest_namespaces

woocommerce_rest_api_get_rest_namespaces

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.3.5

do_action('woocommerce_rest_api_get_rest_namespaces') is found 1 times:

  • /includes/rest-api/Server.php line 80
    		 *
    		 * @since 4.5.0
    		 * @param array $controllers List of $namespace => $controllers to load.
    		 */
    		return apply_filters( 'woocommerce_rest_api_get_rest_namespaces', $namespaces );
    	}
    
    	/**
    	 * List of controllers in the wc/v1 namespace.
    	 *
    	 * @return array
    

See this hook used in plugins: