Changeset 43115 for branches/4.9/src/wp-admin/includes/plugin.php
- Timestamp:
- 05/02/2018 03:56:03 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/plugin.php
r43101 r43115 1899 1899 1900 1900 /** 1901 * Helper function for adding plugin specific information to the postbox shown when editing the privacy policy. 1901 * Helper function for adding content to the postbox shown when editing the privacy policy. 1902 * 1903 * Plugins and themes should suggest text for inclusion in the site's privacy policy. 1904 * The suggested text should contain information about any functionality that affects user privacy, 1905 * and will be shown in the Suggested Privacy Policy Content postbox. 1906 * 1907 * A plugin or theme can use this function multiple times as long as it will help to better present 1908 * the suggested policy content. For example modular plugins such as WooCommerse or Jetpack 1909 * can add or remove suggested content depending on the modules/extensions that are enabled. 1902 1910 * 1903 1911 * Intended for use with the `'admin_init'` action. … … 1905 1913 * @since 4.9.6 1906 1914 * 1907 * @param string $plugin_name The plugin'as name. Will be shown in the privacy policy metabox.1908 * @param string $policy_text The content that should appear in the site's privacypolicy.1915 * @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy. 1916 * @param string $policy_text The suggested content for inclusion in the policy. 1909 1917 * For more information see the Plugins Handbook https://developer.wordpress.org/plugins/. 1910 1918 */
Note: See TracChangeset
for help on using the changeset viewer.