We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96eff52 commit 1436d1aCopy full SHA for 1436d1a
1 file changed
src/Admin/PrivacyPolicy.php
@@ -30,6 +30,8 @@ private function init() {
30
* The content to add to WP's Privacy Policy page.
31
*
32
* @return void
33
+ *
34
+ * @codeCoverageIgnore
35
*/
36
public function add_suggested_content() {
37
if ( ! function_exists( 'wp_add_privacy_policy_content' ) ) {
0 commit comments