woocommerce_api_endpoints_description

woocommerce_api_endpoints_description

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_api_endpoints_description') is found 3 times:

  • /includes/legacy/api/v1/class-wc-api-server.php line 481
    						);
    					}
    				}
    			}
    			$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
    					}
    				}
    			}
    
    			$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
    					}
    				}
    			}
    
    			$available['store']['routes'][ $route ] = apply_filters( 'woocommerce_api_endpoints_description', $data );
    		}
    
    		return apply_filters( 'woocommerce_api_index', $available );
    	}
    
    	/**