Log custom event
-
Hi,
I created custom script to daily communicate MySQL. This is filled by someone else and as it’s in development, I sometimes need to correct data filled in.
Of course I have
updated
column, but it would useful if I can trigger log to ARYO.I mean if it were possible something like
if ( function_exists( 'aryo_add_log' ) ) { aryo_add_log( 'Type', 'Label' 'Action', 'Description' ) }
or
apply_filters( 'aryo_add_log', 'Type', 'Label' 'Action', 'Description' )
(time, user, IP may be automatically).
Is there something like this or if no can I please for it as feature request?
Many thanks,
Greetings
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Log custom event’ is closed to new replies.