Changeset 43003 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 04/25/2018 06:10:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r42999 r43003 1282 1282 1283 1283 /** 1284 * Add privacy information to the postbox shown when editing the privacy policy. 1284 * Add content to the postbox shown when editing the privacy policy. 1285 * 1286 * Plugins and themes should suggest text for inclusion in the site's privacy policy. 1287 * The suggested text should contain information about any functionality that affects user privacy, 1288 * and will be shown in the Suggested Privacy Policy Content postbox. 1285 1289 * 1286 1290 * Intended for use from `wp_add_privacy_policy_content()`. 1287 1291 * 1288 * $since 5.0.01289 * 1290 * @param string $plugin_name The plugin'as name. Will be shown in the privacy policy metabox.1291 * @param string $policy_text The content that should appear in the site's privacypolicy.1292 * $since 4.9.6 1293 * 1294 * @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy. 1295 * @param string $policy_text The suggested content for inclusion in the policy. 1292 1296 */ 1293 1297 public static function add( $plugin_name, $policy_text ) {
Note: See TracChangeset
for help on using the changeset viewer.