Title: Broadcast Term Fields
Last modified: February 15, 2022

---

# Broadcast Term Fields

 *  Resolved [mgofv](https://wordpress.org/support/users/mgofv/)
 * (@mgofv)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/broadcast-term-fields/)
 * Hey there!
 * We are currently facing the problem that the term fields of our custom tags are
   not being broadcasted.These fields are added with
    add_action( ‘OUR_POSTTYPE_add_form_fields’,‘
   OUR_FUNCTION’ );
 * Do you have a solution for this? Thank you – best regards 😀

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [edward_plainview](https://wordpress.org/support/users/edward_plainview/)
 * (@edward_plainview)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/broadcast-term-fields/#post-15367450)
 * If the term field data is stored in the termmeta, it should all be copied over
   when the term itself is synced (during a Broadcast).
 * Could you send me a BC debug text of a post that uses the term(s) in question?
 * Email it to [edward@plainviewplugins.com](https://wordpress.org/support/topic/broadcast-term-fields/edward@plainviewplugins.com?output_format=md)
 *  Thread Starter [mgofv](https://wordpress.org/support/users/mgofv/)
 * (@mgofv)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/broadcast-term-fields/#post-15367719)
 * ahhh ok we get it now – we updated our post again and look, the values have been
   updated! (:
 * But then we would now like to take the question a little further: is there a 
   way for us to run the broadcast when the term field is changed and saved? So 
   when we update the term fields, they get broadcasted?
 *  Plugin Author [edward_plainview](https://wordpress.org/support/users/edward_plainview/)
 * (@edward_plainview)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/broadcast-term-fields/#post-15367738)
 * There are some ways that I can think of straight off, both requiring custom code
   to detect a taxonomy term change:
 * 1. Use the BC API to broadcast a post that contains the changed taxonomy.
 * [https://broadcast.plainviewplugins.com/doc/developer-api/](https://broadcast.plainviewplugins.com/doc/developer-api/)
 * 2. Use the Sync Taxonomies add-on, which allows you to just sync taxonomies programmatically(
   see notes).
 * [https://broadcast.plainviewplugins.com/addon/sync-taxonomies/](https://broadcast.plainviewplugins.com/addon/sync-taxonomies/)
 *  Thread Starter [mgofv](https://wordpress.org/support/users/mgofv/)
 * (@mgofv)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/broadcast-term-fields/#post-15370261)
 * Hi!
    We bought the “Utilities Pack” extension and adapted and integrated the 
   code from here: [https://broadcast.plainviewplugins.com/snippet/sync-taxonomies-programmatically/](https://broadcast.plainviewplugins.com/snippet/sync-taxonomies-programmatically/)
   into our plugin. It now works as we expect!
 * Thank you for the quick and good help!
    -  This reply was modified 4 years, 3 months ago by [mgofv](https://wordpress.org/support/users/mgofv/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Broadcast Term Fields’ is closed to new replies.

 * ![](https://ps.w.org/threewp-broadcast/assets/icon.svg?rev=1013783)
 * [Broadcast](https://wordpress.org/plugins/threewp-broadcast/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/threewp-broadcast/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/threewp-broadcast/)
 * [Active Topics](https://wordpress.org/support/plugin/threewp-broadcast/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/threewp-broadcast/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/threewp-broadcast/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)
 * [terms](https://wordpress.org/support/topic-tag/terms/)

 * 4 replies
 * 2 participants
 * Last reply from: [mgofv](https://wordpress.org/support/users/mgofv/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/broadcast-term-fields/#post-15370261)
 * Status: resolved