I want to create a plugin that I will use to load jQuery AJAX table data.
I have a function that prints data correctly, but how do I "connect" to a specific URL?
How, for example, do I want the function to run, and the data that needs to be printed when the request /mycustomplugin/myurl.php is run? (Note that url / file must not exist)
I have no experience with WP plugins.
php wordpress wordpress-plugin
Martind
source share