Calling a function in the plugin file
-
I’m trying to develop my first WordPress plugin and so far it’s gone well.
I’ve created a plugin which creates a table in the database and I’ve also added a page in the admin backend to all users to insert data into a form which is then taken and added into the new table.
Now I’m at a point where I want to create a function which shows the data in the table. Writing the function is no problem but how do I go about calling the function in a page? I want the homepage to show the data so I think I would need to call the function on the page.
Any help would be great.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Calling a function in the plugin file’ is closed to new replies.