| Conditions | 2 |
| Paths | 2 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 38 | public static function add_privacy_policy_guide_content() { |
||
| 39 | if ( function_exists( 'wp_add_privacy_policy_content' ) ) { |
||
| 40 | wp_add_privacy_policy_content( esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ), self::get_privacy_policy_guide_message() ); |
||
| 41 | } |
||
| 42 | } // END add_privacy_policy_guide_content() |
||
| 43 | |||
| 67 |