Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 237 Bytes

WP Plugin admin

Example of admin panel for a WordPress plugin.

Tested with WordPress 4.9.7

How can I use this in the frontend?

  1. Use get_option( "name-option" ); in the frontend, replacing "name-option" with its option.