Changeset 62308 for branches/7.0/src/wp-includes/connectors.php
- Timestamp:
- 05/06/2026 07:54:48 PM (2 months ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/connectors.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-includes/connectors.php
r62306 r62308 60 60 * 61 61 * @type string $file The plugin's main file path relative to the plugins 62 * directory (e.g. ' akismet/akismet.php' or 'hello.php').62 * directory (e.g. 'my-plugin/my-plugin.php' or 'hello.php'). 63 63 * } 64 64 * } … … 121 121 * 122 122 * @type string $file The plugin's main file path relative to the plugins 123 * directory (e.g. ' akismet/akismet.php' or 'hello.php').123 * directory (e.g. 'my-plugin/my-plugin.php' or 'hello.php'). 124 124 * } 125 125 * } … … 399 399 * @access private 400 400 * 401 * @param string $setting_name The option name for the API key (e.g., 'connectors_spam_filtering_ akismet_api_key').402 * @param string $env_var_name Optional. Environment variable name to check (e.g., ' AKISMET_API_KEY').403 * @param string $constant_name Optional. PHP constant name to check (e.g., ' AKISMET_API_KEY').401 * @param string $setting_name The option name for the API key (e.g., 'connectors_spam_filtering_my_plugin_api_key'). 402 * @param string $env_var_name Optional. Environment variable name to check (e.g., 'MY_PLUGIN_API_KEY'). 403 * @param string $constant_name Optional. PHP constant name to check (e.g., 'MY_PLUGIN_API_KEY'). 404 404 * @return string The key source: 'env', 'constant', 'database', or 'none'. 405 405 */
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)