Admin Pages

/parts/admin-pages/

With Piklist you can easily create Admin pages to display HTML, embed shortcodes, insert a Piklist form, and create other types of pages.

<?php
/*
Page: piklist
*/
?>

<div class="wrap about-wrap">

    <h1><?php echo __('Welcome to Piklist','piklist'); ?></h1>

</div>

View Tutorials →

Have ideas for improving the documentation?

This documentation is a community effort. Please create an issue or pull request to help!

Improve this page