Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

2biazdk on "External PHP-file gain access to native functions?"

$
0
0

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


Viewing all articles
Browse latest Browse all 26892

Trending Articles