Changeset 62193 for trunk/src/wp-includes/connectors.php
- Timestamp:
- 04/01/2026 03:53:17 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/connectors.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/connectors.php
r62192 r62193 210 210 _wp_connectors_register_default_ai_providers( $registry ); 211 211 } 212 213 // Non-AI default connectors. 214 $registry->register( 215 'akismet', 216 array( 217 'name' => __( 'Akismet Anti-spam' ), 218 'description' => __( 'Protect your site from spam.' ), 219 'type' => 'spam_filtering', 220 'plugin' => array( 221 'file' => 'akismet/akismet.php', 222 ), 223 'authentication' => array( 224 'method' => 'api_key', 225 'credentials_url' => 'https://akismet.com/get/', 226 'setting_name' => 'wordpress_api_key', 227 'constant_name' => 'WPCOM_API_KEY', 228 ), 229 ) 230 ); 212 231 213 232 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)