mbct_after_update not firing

Support MB Custom Table mbct_after_update not firing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33594
    wgstjfwgstjf
    Participant

    Hi guys,

    Just experimenting with new version of Custom Table. Thanks for the bug fixes and adding those in hooks.

    We seem to be having an issue however. The action mbct_after_update doesn't seem to be firing when I click on the 'Save' button after editing a record. This is the code we are using. Can you help?

    
    add_action('mbct_after_update ','indigo_ipl_on_update',10,3);
    
    function indigo_ipl_on_update($object_id,$table_name,$row) {
      write_log(['file' => __FILE__,'function' => __FUNCTION__,'line' => __LINE__, 'msg' => 'mbct_after_update', 'data' => [$object_id,$table_name,$row]]);
    }
    

    Cheers,

    Will

    #33636

    Hi!
    I have a similar question here!

    No one of this hooks is firing at update data into the metabox
    I'm not using API, I just click the "save" button into metabox update form.

    https://pastebin.com/embed_js/qDJV9N4D?theme=dark

    #33820
    wgstjfwgstjf
    Participant

    Hi guys,

    Can we have some feedback on this please?

    Cheers,

    Will

    #33839
    Long NguyenLong Nguyen
    Moderator

    Hi,

    I'm going to check this this action hook and get back to you later.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.