• I use your plugin for a long time.

    After saving an article, I use a hook to calculate some datas.

    In functions.php, I use this two lines :

    add_action( ‘acf/save_post’, ‘update_acf_field_value’);
    add_action( ‘acf_frontend_admin/save_post’, ‘update_acf_field_value’);

    It worked perfectly for a long long time.

    For few days, it doesn’t work no more.

    No problem backend (acf/save_post), but an issue with frontend (acf_frontend_admin/save_post). Same issue with frontend_admin/save_post. Article is saved, without any other action.

    Is there something changed ?

  • The topic ‘Add action doesn’t work no more ?’ is closed to new replies.