Skip to content

Tag: wordpress

Uncaught TypeError: $ is not a function at (index):2

I faced with this error on my WordPress website “Uncaught TypeError: $ is not a function at (index):2” I found this solution to add before the But, I couldn’t find the “$( document ).ready(function(){” code in the theme folder of my website to fix it. here is the exact code via i…

fix WordPress api failed upload test error

I have created a form which uses ajax to post data to WordPress media using WordPress API. I am receiving the error specified file failed upload test. I’m using the JWT auth plugin for authentication. ADD A MEDIA FORM CREATE MEDIA FUNCTION I could not find a php.ini file on the hosted directory so creat…