Custom Event/Activity
-
Is there any short PHP code that I can use to create a custom event within my own plugins etc to keep track of activity with a Type and Description ? For example:
<?php $type = 'Custom Order Form Submitted'; $description = 'Description...'; record_user_activity_log_event($type,$description); ?>Thank you !!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom Event/Activity’ is closed to new replies.