[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/plugins/akismet/views/ -> connect-jp.php (source)

   1  <?php
   2  declare( strict_types = 1 );
   3  
   4  //phpcs:disable VariableAnalysis
   5  // There are "undefined" variables here because they're defined in the code that includes this file as a template.
   6  ?>
   7  <div class="akismet-box">
   8          <?php Akismet::view( 'setup', array( 'use_jetpack_connection' => true ) ); ?>
   9          <?php Akismet::view( 'setup-jetpack', array( 'akismet_user' => $akismet_user ) ); ?>
  10  </div>
  11  
  12  <div class="akismet-box">
  13      <?php Akismet::view( 'enter' ); ?>
  14  </div>


Generated : Tue Apr 21 08:20:12 2026 Cross-referenced by PHPXref