0
votes
0answers
89 views

how to run an exe (executable file) from inside a wordpress plugin [closed]

I have an executable file (executor.exe) that works with windows. It takes input and provides output. It takes as input a text file, then it connects to some websites, and finally it exports a file ...
0
votes
1answer
34 views

I am trying to make a page in the admin section similar to the appearance of the Profile page for users

I am working on a plugin and would like to know the correct way I go about creating a page that will look like the users page (image attached at the buttom) The fields will be different and will add ...