Activity Table

[ wp_dt_activity_log ]

D.T custom table; which captures a wide array of system events, such as field updates.

Field Update Events

The following field types are currently captured:

text:

(
    [action] => field_update
    [object_type] => contacts
    [object_subtype] => nickname
    [object_id] => 536
    [object_name] => MAKE Contact
    [meta_id] => 8604
    [meta_key] => nickname
    [meta_value] => MAKE Stuff Pls
    [meta_parent] => unknown
    [object_note] => Nickname changed from "MAKE Stuff" to "MAKE Stuff Pls"
    [old_value] => MAKE Stuff
    [field_type] => text
)

date:

key_select:

multi_select:

connection:

number:

communication_channel:

tags:

user_select:

location:

location_meta:

Last updated

Was this helpful?