Tagged Questions
0
votes
0answers
104 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
79 views
Is there a way to add a custom input field for every taxonomy term in WP post editor?
I've created a custom taxonomy for my posts, and I was wondering if there is a way to add an extra input field (a text input) for every taxonomy term inside the edit post panel.
What I want is not a ...