woocommerce_endpoint_ . $endpoint . _title, $title, $endpoint, $action

woocommerce_endpoint_ . $endpoint . _title, $title, $endpoint, $action

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_endpoint_ . $endpoint . _title, $title, $endpoint, $action') is found 1 times:

  • /includes/class-wc-query.php line 180
    		 * @param string $title Default title.
    		 * @param string $endpoint Endpoint key.
    		 * @param string $action Optional action or variation within the endpoint.
    		 */
    		return apply_filters( 'woocommerce_endpoint_' . $endpoint . '_title', $title, $endpoint, $action );
    	}
    
    	/**
    	 * Endpoint mask describing the places the endpoint should be added.
    	 *
    	 * @since 2.6.2