Browse
For agents
About
PowerPress Podcasting plugin by Blubrry
/
11.17.2
PowerPress Podcasting plugin by Blubrry
v11.17.2
Switch version
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
Overview
Code
powerpress
/
admin
/
createprogrampage.php
createprogrampage.php
in PowerPress Podcasting plugin by Blubrry 11.17.2, at admin/createprogrampage.php
9 lines
426 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
!
--
This
page
is
not
used
--
>
2
<
h2
>
Create
Program
Page
<
/
h2
>
3
<
div
>
4
Page
Title
:
<
input
type
=
"
text
"
name
=
"
Page Title
"
placeholder
=
"
Your Page Title
"
>
<
br
>
5
Page
Slug
:
<
input
type
=
"
text
"
name
=
"
Page Slug
"
placeholder
=
"
your-page-title
"
>
<
br
>
6
<
/
div
>
7
<
br
>
8
<
button
class
=
"
"
title
=
"
Create Program Page
"
onclick
=
"
createPage(<?php echo esc_js(
$
props
[
$
i
]
['program_id']); ?>, 'Programs')
"
style
=
"
float:left
"
>
Create
Program
Page
<
/
button
>
9