PluginProbe
PowerPress Podcasting plugin by Blubrry / 11.17.4
PowerPress Podcasting plugin by Blubrry v11.17.4
11.17.9 11.17.8 11.17.7 11.17.6 11.17.4 11.17.3 11.17.2 11.17.1 11.17 11.16.11 11.16.10 11.16.9 11.16.8 11.16.7 11.16.6 11.16.5 11.16.4 11.16.3 11.16.2 11.16.1 11.9.13 11.9.14 11.9.15 11.9.16 11.9.17 All 383 releases
powerpress / admin / createlistpage.php

createlistpage.php in PowerPress Podcasting plugin by Blubrry 11.17.4, at admin/createlistpage.php

10 lines 491 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!--This page is not used -->
2 <h2>Create List Page</h2>
3 <form id="createForm" action="#/" method="POST">
4 <div>
5 Page Title: <input type="text" name="Page Title" placeholder="Your Page Title"><br>
6 Page Slug: <input type="text" name="Page Slug" placeholder="your-page-title"><br>
7 </div>
8 <br>
9 <button class="" title="Create List Page" onclick="createPage(<?php echo esc_js($props[$i]['list_id']); ?>, 'Lists')" style="float:left">Create List Page</button>
10 </form>