Support

Account

Home Forums General Issues Action before get_field function Reply To: Action before get_field function

  • There is a hook in WP that runs before the db call, but it’s specific to each option name so you’d need to do add_filter() for every option name. However, there is an setting in option pages that let’s you store option values to a specific post ID. If you save option values to a post then you can use the metadata hook in WP.