Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
51 | protected static function get_privacy_policy_guide_message() { |
||
52 | $content = ' |
||
53 | <div class="wp-suggested-text">' . |
||
54 | '<p class="privacy-policy-tutorial">' . |
||
55 | sprintf( __( '%s does not collect, store or share any personal data.', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ) ) . |
||
56 | '</p>' . |
||
57 | '</div>'; |
||
58 | |||
59 | return $content; |
||
60 | } // END get_privacy_policy_guide_message() |
||
61 | |||
67 |