Access custom permalink with get_term_meta
-
I am wanting to build a cron function to update certain categories and will be looking to access/write the custom meta value of the Custom Permalink in these categories.
In my array of custom fields using
get_term_meta($category->term_id)
there are no values related to this plugin. I was expecting something like get_term_meta($category->term_id, ‘custom_permalink’) to access this value.Is there any way to access the meta field for Custom Permalinks values?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Access custom permalink with get_term_meta’ is closed to new replies.