Tagged Questions
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 ...
1
vote
1answer
65 views
Are there any scripts, classes, and/or functions built-in to WP for a plugin to export/import its saved data from wp_options?
In WordPress, are there any supported 'script plugins', Classes, and/or a WordPress function that will allow a plugin to use to export/import its own data from the database to a txt/json file? A way ...
10
votes
1answer
344 views
Plugin API for easy admin list table generation, handling & exporting of MySQL tables?
I'm aware of the WP_List_Table class (which has helped tremendously as it stands).
However, I'm hunting for something even more capable - some form of API whereby you could simply 'register' a MySQL ...