woocommerce_api_endpoints_description

woocommerce_api_endpoints_description

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

See hook in core

Displaying hooks found in version: woocommerce.8.9.3

apply_filters('woocommerce_api_endpoints_description') is found 3 times:

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