- Timestamp:
- 05/06/2026 07:54:48 PM (2 months ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-connector-registry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-includes/class-wp-connector-registry.php
r62195 r62308 72 72 * explicitly. If omitted, one is automatically generated using the pattern 73 73 * `connectors_{$type}_{$id}_api_key`, with hyphens in the type and ID normalized 74 * to underscores (e.g., connector type `spam_filtering` with ID ` akismet` produces75 * `connectors_spam_filtering_ akismet_api_key`). This setting name is used for the74 * to underscores (e.g., connector type `spam_filtering` with ID `my_plugin` produces 75 * `connectors_spam_filtering_my_plugin_api_key`). This setting name is used for the 76 76 * Settings API registration and REST API exposure. 77 77 * … … 111 111 * 112 112 * @type string $file The plugin's main file path relative to the plugins 113 * directory (e.g. ' akismet/akismet.php' or 'hello.php').113 * directory (e.g. 'my-plugin/my-plugin.php' or 'hello.php'). 114 114 * } 115 115 * }
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)