Hi guys,
I'm trying to write a plugin here, and I'm going to need jQuery to make an AJAX-call to a PHP-file (which fetches all posts as JSON).
But how can that external PHP-file gain access to native WordPress-functions such as get_posts()?
Right now the PHP-file just contains:
<?php
// ...
?>
But I guess I need to include the native functions somehow?
Hope you can help me, as I'm currently stuck.
Thanks in advance!
Kind regards,
Tobias