woocommerce_api_index

woocommerce_api_index

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_api_index') is found 3 times:

  • /includes/legacy/api/v1/class-wc-api-server.php line 483
    				}
    			}
    			$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
     
    			$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
     
    			$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