woocommerce_api_index

woocommerce_api_index

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.9.3

apply_filters('woocommerce_api_index') is found 3 times:

  • /includes/legacy/api/v1/class-wc-api-server.php line 483
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
                }
            }
            $available['store']['routes'][ $route ] = apply_filters( 'woocommerce_api_endpoints_description', $data );
        }
        return apply_filters( 'woocommerce_api_index', $available );
    }
     
    /**
     * Send a HTTP status code
     *
     * @since 2.1
  • /includes/legacy/api/v2/class-wc-api-server.php line 509
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
            $available['store']['routes'][ $route ] = apply_filters( 'woocommerce_api_endpoints_description', $data );
        }
     
        return apply_filters( 'woocommerce_api_index', $available );
    }
     
    /**
     * Send a HTTP status code
     *
     * @since 2.1
  • /includes/legacy/api/v3/class-wc-api-server.php line 511
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
            $available['store']['routes'][ $route ] = apply_filters( 'woocommerce_api_endpoints_description', $data );
        }
     
        return apply_filters( 'woocommerce_api_index', $available );
    }
     
    /**
     * Send a HTTP status code
     *
     * @since 2.1