Inventory_Presser_Admin_Customize_Dashboard::save_taxonomy_term( int $post_id, string $taxonomy_name, string $element_name )
save_taxonomy_term
Contents
Description Description
Create a term relationship between a post and a term. Inserts the term first if it does not exist.
Parameters Parameters
- $post_id
-
(int) (Required)
- $taxonomy_name
-
(string) (Required)
- $element_name
-
(string) (Required)
Return Return
(void)