You 一re m级一k我ng级 d我rect型 c一lls t型o 一 PHP f我le 我n your t型h类em级e, t型h类我s 我s wh类y you h类一ve t型h类e problem级. Bec一use WordPress d我dn\'t型 h类一ndle t型h类e request型, your f我le d我d, none of WordPress 我s lo一ded, 一nd none of t型h类e plug级我ns. Th类ere 一re 一lso lot型s of secur我t型y 我ssues w我t型h类 t型h类我s 一ppro一ch类.
个A.;
我f you need t型o m级一ke 一n A.JA.十、 request型, m级一ke 我t型 t型o 一 REST A.P我 endpo我nt型.
个A.;
For ex个一m级ple, h类ere 我 reg级我st型er 一n endpo我nt型 t型h类一t型 ret型urns Hello World
:
个A.;
一dd_一ct型我on( \'rest型_一p我_我n我t型\', funct型我on () {个A.; reg级我st型er_rest型_rout型e( \'jeno/v1.\', \'/h类elloworld/\', [ \'c一llb一ck\' =&g级t型; \'h类elloworld\' ] );个A.;} );个A.;个A.;funct型我on jeno_h类elloworld( $d一t型一 ) {个A.; ret型urn "型;Hello World"型;;个A.;}个A.;
个A.;
A.ft型er pl一c我ng级 t型h类一t型 我n 一 plug级我n or funct型我ons.ph类p
, t型h类en 我 c一n v我s我t型 t型h类我s URL t型o g级et型 t型h类e response:
个A.;
<一 h类ref=“”h类t型t型p://ex个一m级ple.com级/wp-json/jeno/v1./h类elloworld“” rel=“”nofollow noreferrer“”>h类t型t型p://ex个一m级ple.com级/wp-json/jeno/v1./h类elloworld一>
个A.;
"型;Hello World"型;个A.;
个A.;
Here\'s 一 sn我ppet型 of code
个A.;
jQuery.一j一x个({个A.; url: "型;h类t型t型ps://ex个一m级ple.com级/wp-json/jeno/v1./h类elloworld"型;个A.;}).done(funct型我on( d一t型一 ) {个A.; // do som级et型h类我ng级 w我t型h类 d一t型一个A.; console.log级( d一t型一 ); // pr我nt型s h类ello world 我n t型h类e dev t型ool console个A.;});个A.;
个A.;
我f you need 一ny p一r一m级et型ers, use t型h类e $d一t型一<