You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when making an ionic app similar Blog reader from unity3dindonesia.com using your JSON API Plugin. It will give an unexpected result like my screenshot below when testing on Ionic Serve:
Its mean JSON result for one ID post not just give plain text but mixed with some plugins already installed on my blog such as Crayon Syntax Highlighter and Jetpack.
So How I can exclude JSON result from two plugins like above?
You can change "the_content" filter for your output with son. You could add a query_var to look for access from your app and the overwrite the content filter to remove the output of your plugins.
Hello,
I have a problem when making an ionic app similar Blog reader from unity3dindonesia.com using your JSON API Plugin. It will give an unexpected result like my screenshot below when testing on Ionic Serve:
Its mean JSON result for one ID post not just give plain text but mixed with some plugins already installed on my blog such as Crayon Syntax Highlighter and Jetpack.
So How I can exclude JSON result from two plugins like above?
Please check out JSON result one post from my blog: http://unity3dindonesia.com/api/get_post/?callback=JSON_CALLBACK&id=25
Best Regards
The text was updated successfully, but these errors were encountered: