Custom SimpleHistoryLogQuery() query with context field = ”
-
Hi P?r,
Really awesome plugin.
I need to know how I am able to query simplehistory logs so that I can return logs with this criteria :
logger : Audit_UserManagementLogger
user_id : 469
old_value : Daryll
new_value : Daryll UpdatedI am using this query but it only retrieves all queries, not based on custom fields.
$query = new SimpleHistoryLogQuery(); $query_args = array( "paged" => 1, "posts_per_page" => 20 ); $events = $query->query($query_args);
How can I do this?
Thanks,
DaryllThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom SimpleHistoryLogQuery() query with context field = ”’ is closed to new replies.