In php files, whenever I type error_log it auto formats it as error_log(string:message, int:message_type=0, ?string:destination=null, ?string:additional_headers=null)
Since I generally only use the first portion ie; string message I end up having to delete the rest each time.
Can anyone tell me the place within the software where I can control what is produced each time I type error_log(
Thanks.