PluginProbe
ActivityPub / 9.3.0
ActivityPub v9.3.0
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
activitypub / templates / welcome.php

welcome.php in ActivityPub 9.3.0, at templates/welcome.php

21 lines 407 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * ActivityPub Welcome template.
4 *
5 * @package Activitypub
6 */
7
8 wp_enqueue_style(
9 'activitypub-welcome',
10 plugins_url( 'assets/css/activitypub-welcome.css', ACTIVITYPUB_PLUGIN_FILE ),
11 array(),
12 ACTIVITYPUB_PLUGIN_VERSION
13 );
14 ?>
15
16 <hr class="wp-header-end">
17
18 <div class="activitypub-settings activitypub-welcome-page hide-if-no-js">
19 <?php do_settings_sections( 'activitypub_welcome' ); ?>
20 </div>
21