R
R
Redfelt2020-05-27 19:34:14
WordPress
Redfelt, 2020-05-27 19:34:14

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

1 answer(s)
I
Immortal_pony, 2020-05-27
@Redfelt

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 question

Ask a Question

731 491 924 answers to any question