PATH:
home
/
urbaoubp
/
italpool.rs
/
wordpress
/
wp-content
/
plugins
/
akismet
/
views
<?php declare( strict_types = 1 ); //phpcs:disable VariableAnalysis // There are "undefined" variables here because they're defined in the code that includes this file as a template. ?> <div class="akismet-box"> <?php Akismet::view( 'setup', array( 'use_jetpack_connection' => true ) ); ?> <?php Akismet::view( 'setup-jetpack', array( 'akismet_user' => $akismet_user ) ); ?> </div> <div class="akismet-box"> <?php Akismet::view( 'enter' ); ?> </div>
[-] predefined.php
[edit]
[-] compatible-plugins.php
[edit]
[-] config.php
[edit]
[-] setup-jetpack.php
[edit]
[+]
..
[-] start.php
[edit]
[-] notice.php
[edit]
[-] get.php
[edit]
[-] stats.php
[edit]
[-] activate.php
[edit]
[-] enter.php
[edit]
[-] setup.php
[edit]
[-] connect-jp.php
[edit]
[-] logo.php
[edit]