• Resolved michalrama

    (@michalrama)


    Hello,

    I wrote my own code in php that I wanted to call in javascript. The problem is that I can’t find the URL.

    Where does the plugin store the files please?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @michalrama,

    WPCode stores code snippets in the database so there’s no direct URL for you to access.

    You won’t be able to access PHP files that way from JavaScript in WordPress. You will need to use AJAX in order to execute PHP scripts from JavaScript and use their output.

    WordPress has a pattern that I recommend using when trying to achieve this but you will need to understand how AJAX requests work in JavaScript, you can read more here: https://developer.www.ads-software.com/plugins/javascript/ajax/

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.