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