Unfortunately it is not possible to override functions files like it is for template files.
What kind of modification do you want to do? Maybe we can find a workaround.
Hey Julien,
There are somethings I do not need to for this certain project. Like the some Table Headers such as Date and ID are not needed.
Also I do not need the ability for clients to close tickets when replying.
Thanks!
Hi !! Greetings both of you !!
@wonkymango, for disable the ability for the clients to close the tickets you can use an User Role Plugin. Recently, I was tested the ‘Add User Role‘, is easy and very friendly to anyone user.
If you wanna edit something in any plugin without edit the originals files, you can write your own function file with Hooks. **Always the plugin’s -Dev used it.**
More info: https://make.ww.wp.xz.cn/docs/plugin-developer-handbook/hooks/creating-custom-hooks/
******EDIT:
The plugin for the User Role is Members.
Link: https://ww.wp.xz.cn/plugins/members/
Excellent answer from @rbsystech. In addition to that, if you wish to modify the table columns, you can use the filter wpas_tickets_details_columns to remove the columns you don’t need.