Liên hệ
THÔNG TIN LIÊN HỆ
- Địa chỉ: 2225 Đ. Phạm Thế Hiển, Phường 6, Quận 8, Hồ Chí Minh
- Hotline: 0963 666 758
- Email: [email protected]
// Disable XML-RPC add_filter(‘xmlrpc_enabled’, ‘__return_false’); // Remove RSD link from headers remove_action(‘wp_head’, ‘rsd_link’); // Disable X-Pingback HTTP header add_filter(‘wp_headers’, ‘remove_x_pingback_header’); function remove_x_pingback_header($headers) { unset($headers[‘X-Pingback’]); return $headers; } // Disable pingback.ping XML-RPC method add_filter(‘xmlrpc_methods’, ‘remove_xmlrpc_pingback_method’); function remove_xmlrpc_pingback_method($methods) { unset($methods[‘pingback.ping’]); return $methods; }
THÔNG TIN LIÊN HỆ