[wordpress插件] Dismiss Privacy Tools关闭隐私工具

wordpress 插件 文章 2020-04-19 04:30 597 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Disable and remove Privacy Tools, (added in version 4.9.6 — completely GDPR OFF) and reset options to default, when it is activated, or if it is in mu-plugins directory.<

禁用并删除隐私工具(已在版本4.9.6中添加-完全关闭GDPR),并且在激活时或在mu-plugins目录中时将选项重置为默认值。<

/p>

/ p>

Development takes place at GitHub and GitHub

/travis-ci.org/luciano-croce/dismiss-privacy-tools" rel="nofollow">Travis CI.

/travis-ci.org/luciano-croce/dismiss-privacy-tools“ rel =” nofollow“>特拉维斯CI 。

Compatible with GlotPress Translations.

兼容 GlotPress翻译

Approved in the repository of the plugin directory on 2018-06-28

已于2018-06-28在插件目录的存储库中批准

If you need to partially disable only Privacy Pointers, Privacy Notification Nag, without removing Privacy Tools, you can useDismiss Privacy Nag“.

privacy-nag“>关闭“隐私限制” ”。

Features:

功能:

    • Disable Privacy Tool /wp-admin/privacy.php
    • 禁用隐私工具/wp-admin/privacy.php

    • Disable Erase Personal Data /wp-admin/tools.php?page=erase_personal_data
    • 禁用擦除个人数据/wp-admin/tools.php?page=erase_personal_data

    • Disable Export Personal Data /wp-admin/tools.php?page=export_personal_data
    • 禁用导出个人数据/wp-admin/tools.php?page=export_personal_data

    • Remove scheduled action used to delete old export files.
    • 删除用于删除旧的导出文件的计划操作。

    • Remove scheduled event used to delete old export files.
    • 删除用于删除旧的导出文件的预定事件。

    • Remove scheduled hook used to delete old export files.
    • 删除用于删除旧的导出文件的计划挂钩。

    • Short circuits the option for the privacy policy page to always return 0 to avoid unneeded database query.
    • 短路该隐私策略页面的选项始终返回0,以避免不必要的数据库查询。

    • Delete unnecessary database options.
    • 删除不必要的数据库选项。

    • Reset all options to default.
    • 将所有选项重置为默认值。

    • Don’t show the privacy feature pointer to new users.
    • 不向新用户显示隐私功能指针。

    • The suggested code to auto dismiss it seem to not working well — remove_action( ‘admin_print_footer_scripts’, array( ‘WP_Internal_Pointers’, ‘pointer_wp496_privacy’ ) );
    • 建议自动关闭它的代码似乎无法正常工作-remove_action('admin_print_footer_scripts',array('WP_Internal_Pointers','pointer_wp496_privacy')));

    • The remove_action for pointer_wp496_privacy needed to be called from the admin_enqueue_scripts action with a priority of 11.
    • 需要从admin_enqueue_scripts操作(优先级为11)中调用指针_wp496_privacy的remove_action。

    • NEW – Dismiss pointer for the new privacy tools.

    • NEW –关闭新隐私工具的指针。

      FIXED!

    • 已修正!

    • NEW – Disable comments cookies opt-in and remove related option.
    • 新功能–禁用评论cookie启用功能并删除相关选项。

    Because I made this?

    因为我做了这个?

    Simply because is different to the other similar plugins.

    仅仅是因为与其他类似的插件不同。

    Technical References

    技术参考

    Translators: leave all technical references in English!

    译者:将所有技术参考保留为英语!

    Dismiss all the new feature pointers.

    关闭所有新功能指针。

    @since 3.3.0

    @ 3.3.0起

    All pointers can be disabled using the following:

    可以使用以下命令禁用所有指针:

    remove_action( ‘admin_enqueue_scripts’, array( ‘WP_Internal_Pointers’, ‘enqueue_scripts’ ) );

    remove_action('admin_enqueue_scripts',array('WP_Internal_Pointers','enqueue_scripts'));

    # This work but “unfortunately” as alternative solution that remove all pointers!

    #这项工作有效,但是“不幸的是”作为删除所有指针的替代解决方案!

    @param string $hook_suffix The current admin page.

    @param字符串$ hook_suffix当前管理页面。

    Dismiss a pointer for the new privacy tools.

    关闭新隐私工具的指针。

    @since 4.9.6

    @自4.9.6起

    Privacy pointer can be disabled using the following:

    可以使用以下命令禁用隐私指针:

    remove_action( ‘admin_print_footer_scripts’, array( ‘WP_Internal_Pointers’, ‘pointer_wp496_privacy’ ) );

    remove_action('admin_print_footer_scripts',array('WP_Internal_Pointers','pointer_wp496_privacy'));

    # This for now not work: due a bug?

    #目前暂时无法使用:是否有错误?

    Investigating… wp496_privacy ???

    正在调查…wp496_privacy ???

    @param string $hook_suffix The current admin page.

    @param字符串$ hook_suffix当前管理页面。

    Credits

    信用

    Issue (bug) fixed by my brother Garrett Hyder and tested from Pascal Birchler (swissspidy): refer to Ticket 45529 opened by Dale Harrison.

    45529 /“; rel =” nofollow“>门票45529 由戴尔·哈里森。

    >

    >

    Thanks to Ross McKay (webaware) and Stephen Edgar (netweb) to support me in New Zealander (English) translations, in some typo errors, and some minor (English) error stuff.

    感谢Ross McKay(网络软件)和Stephen Edgar(netweb)为我提供新西兰语(英语)翻译,某些拼写错误和一些小错误(英语)的支持。

    Thanks to Fernando Tellado (fernandot) and Nilo Velez to support me in Spanish translations.

    感谢Fernando Tellado(fernandot)和Nilo Velez在西班牙语翻译中为我提供支持。

    Thanks to all!

    谢谢大家!

    Tips

    提示

    A neat trick, is to put this single file dismiss-privacy-tools.php (not its parent directory) in the /wp-content/mu-plugins/ directory (create it if not exists) so you won't

    一个巧妙的技巧是将单个文件dismiss-privacy-tools.php(而不是其父目录)放在/ wp-content / mu-plugins /目录中(如果不存在则创建它),因此您不会

    even have to enable it, and will be loaded by default, also, since first step installation of WordPress setup!

    自从第一步安装WordPress安装程序以来,甚至都必须启用它,并且默认情况下也会将其加载!

    Also, for translation functionality, put all files of the single languages (dismiss-privacy-tools-en_US.mo for example) that you need (not its parent directory) in the /wp-content/mu-plugins/ directory

    另外,对于翻译功能,请将您需要的所有单一语言文件(例如,dismiss-privacy-tools-en_US.mo)(而不是其父目录)放在/ wp-content / mu-plugins /目录中

    (create it if not exists) and will also be loaded by default, since first step installation of WordPress setup!

    (如果不存在,则创建它),并且由于WordPress安装程序的第一步安装,因此也会默认加载它!

    Note that mu-plugins functionality is available since WP 2.8+ or greater and is not present in WP 2.7+ or previous.

    请注意,自WP 2.8或更高版本开始,提供了mu-plugins功能,而在WP 2.7+或更高版本中则不提供。

    About it

    关于它

    The code of this plugin is not written with a PHP framework, but manually, with a simple PHP editor compatible UTF-8 without BOM, and Unix LF.

    此插件的代码不是用PHP框架编写的,而是手动编写的,使用不带BOM的简单PHP编辑器兼容的UTF-8和Unix LF。

    To avoid code corruption, do not edit it with WordPress embedded editor, or with any specifications incompatible editor.

    为避免代码损坏,请勿使用WordPress嵌入式编辑器或任何不兼容规范的编辑器对其进行编辑。

    This author is exonerated from any responsibility or damage (directly or indirectly) caused and due to the use of this bad practice.

    不承担由于使用此不良做法而引起的任何责任(直接或间接)或损害。

    super light secure and fast plugin easy on server resources

    超级轻便,安全,快捷的服务器资源插件

    About me

    关于我

    Dismiss Privacy Tools is developed by Luciano Croce, 13-years “officially” WordPress Plugins & Themes Developer Senior, Co-Author of plugin Classic Editor, polyglot (based on English, French, Spanish, German, Portuguese, Italian, Ligurian

    Dismiss Privacy Tools是由Luciano Croce开发的,他是13年“正式”的WordPress插件和主题开发人员,插件经典编辑的共同作者,polyglot(基于英语,法语,西班牙语,德语,葡萄牙语,意大利语,利古里亚语)

    ), GTE en_GB & en_CA, PTE for Plugins & Themes in more languages, PTE for Italian WordPress.org & Plugins & Themes Directory, Local Manager of Ligurian Language Community for WP LIJ, Validator English (UK) for WordPress.com, translator for

    ),GTE en_GB和en_CA,用于更多语言的插件和主题的PTE,用于意大利语WordPress.org和插件和主题目录的PTE,用于WP LIJ的利古里亚语言社区本地经理,用于WordPress.com的Validator English(UK),翻译器

    my & other projects, book author of TRUE DOS (the dark side of its history from the dark side of its users) Code Tweaker & Bug Hunter, Security Mechanic & WPMU Lover, Freelancer & Volunteer.

    我的项目和其他项目,TRUE DOS的作者(从用户的阴暗面来看,它是历史的阴暗面); Code Tweaker和Bug Hunter;安全机制和WPMU Lover; Freelancer和Volunteer。

    Privacy

    隐私

    This plugin does not collect or store any user related data or personally identifying information, does not set any cookies, and it does not connect to any third-party websites.

    此插件不会收集或存储任何与用户相关的数据或个人识别信息,不会设置任何Cookie,也不会连接到任何第三方网站。

    It only uses functionality that is available in WordPress.

    它仅使用WordPress中可用的功能。

    In those terms, it does not affect your website users’ privacy in any way.

    按照这些条款,它不会以任何方式影响您网站用户的隐私。

    GDPR

    GDPR

    This plugin does not collect or store any user related data or personally identifying information, but does not do anything to make your site less GDPR compliant.

    此插件不会收集或存储任何与用户相关的数据或个人识别信息,但不会做任何使您的网站不符合GDPR要求的事情。

    I have done my best to ensure that is 100% GDPR compliant, but I’m not a lawyer, so can’t guarantee anything.

    我已尽力确保符合GDPR 100%的要求,但我不是律师,所以不能保证任何事情。

    To determine if your site is GDPR compliant, please consult a lawyer.

    要确定您的网站是否符合GDPR,请咨询律师。

下载地址
https://downloads.wordpress.org/plugin/dismiss-privacy-tools.zip
-EOF-

AI助手支持GPT4.0