Answer the question
In order to leave comments, you need to log in
How to work with wordpress data in php?
I decided to write a php plugin that will take information from the meta fields I created,
then transfer it to RSA encryption and then write it to the SQL database.
But since I'm a total newbie, I have a couple of questions:
Which function pulls data from meta fields for further processing?
Which function sends data directly to a SQL database?
Answer the question
In order to leave comments, you need to log in
Working with post metadata:
https://developer.wordpress.org/reference/function...
https://developer.wordpress.org/reference/function...
Working with the database directly:
https://codex.wordpress. org/Class_Reference/wpdb
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question