Inventory_Presser_Taxonomy_Overlapper::update_transmission_speeds_meta( mixed $object_id, mixed $taxonomy, mixed $term )
update_transmission_speeds_meta
On This Page
Description Description
When a relationship in the Transmissions taxonomy is changed, update a post meta value that holds the transmission speeds, too.
Parameters Parameters
- $object_id
-
(mixed) (Required)
- $taxonomy
-
(mixed) (Required)
- $term
-
(mixed) (Required)
Return Return
(void)
Source Source
File: includes/class-taxonomy-overlapper.php
} update_post_meta( $object_id, apply_filters( 'invp_prefix_meta_key', 'transmission_speeds' ), $this->extract_speeds( $term->name ) ); } }
Expand full source codeCollapse full source codeView on Github