Warning: This method has been deprecated. Use INVP::get_phones() instead
Inventory_Presser_Taxonomies::get_phones( int $term_id )
get_phones
Contents
Description Description
Loads phone numbers from post meta into an array.
Parameters Parameters
- $term_id
-
(int) (Required) The location term ID from which to extract phones
Return Return
(array) An array of arrays describing phone numbers
Source Source
File: includes/class-taxonomies.php
public static function get_phones( $term_id ) { INVP::get_phones( $term_id ); }
Expand full source code Collapse full source code View on Github