Browse
For agents
About
ActivityPub
/
5.7.0
ActivityPub
v5.7.0
Switch version
9.3.1
9.3.0
9.2.2
9.2.1
9.2.0
9.1.0
9.0.2
9.0.1
9.0.0
8.3.0
8.2.1
8.2.0
8.1.1
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.2.0
1.3.0
2.0.0
2.0.1
2.1.0
2.1.1
All 160 releases
Overview
Code
activitypub
/
templates
/
settings.php
settings.php
in ActivityPub 5.7.0, at templates/settings.php
17 lines
349 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* ActivityPub settings template.
4
*
5
*
@package
Activitypub
6
*/
7
8
?
>
9
10
<
div
class
=
"
activitypub-settings activitypub-settings-page hide-if-no-js
"
>
11
<
form
method
=
"
post
"
action
=
"
options.php
"
>
12
<
?
php
\
settings_fields
(
'
activitypub
'
)
;
?
>
13
<
?
php
\
do_settings_sections
(
'
activitypub_settings
'
)
;
?
>
14
<
?
php
\
submit_button
(
)
;
?
>
15
<
/
form
>
16
<
/
div
>
17