Support

Account

Home Forums General Issues use get_field in other plugin to get a custom post field Reply To: use get_field in other plugin to get a custom post field

  • This is the hook connected to it:

    
    $this->loader->add_action( 'publish_cursussen', $plugin_admin, 'save_cursus_meta', 10, 2);

    The problem is that the ACF data is not yet saved. Is there an better hook for this?