| Server IP : 206.188.192.238 / Your IP : 216.73.216.222 Web Server : Apache System : Linux prod-iad-vuxweb1501au 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64 User : 5595554.6694877 ( 4100086) PHP Version : 8.0.30 Disable Function : shell_exec,passthru,exec,system,pcntl_exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /data/2/5/106/65/5595554/user/6694877/htdocs/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php
/**
* Module Name: Comments
* Module Description: Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment
* First Introduced: 1.4
* Sort Order: 20
* Requires Connection: Yes
* Auto Activate: No
* Module Tags: Social
* Feature: Engagement
* Additional Search Queries: comments, comment, facebook, twitter, google+, social
*/
require dirname( __FILE__ ) . '/comments/comments.php';
if ( is_admin() ) {
require dirname( __FILE__ ) . '/comments/admin.php';
}
function jetpack_comments_load() {
Jetpack::enable_module_configurable( __FILE__ );
}
add_action( 'jetpack_modules_loaded', 'jetpack_comments_load' );
Jetpack::dns_prefetch( array(
'//jetpack.wordpress.com',
'//s0.wp.com',
'//s1.wp.com',
'//s2.wp.com',
'//public-api.wordpress.com',
'//0.gravatar.com',
'//1.gravatar.com',
'//2.gravatar.com',
) );