add_filter('option_users_can_register', '__return_false'); function bloquear_registro() { if (strpos($_SERVER['REQUEST_URI'], 'wp-login.php?action=register') !== false) { wp_redirect(home_url()); exit; } } add_action('init', 'bloquear_registro'); Comentarios en: Ventanas Rotas https://crececoach.com.mx/blog/ventanas-rotas/ Explore y Explote su Potencial Wed, 14 Jan 2015 16:49:05 +0000 hourly 1 https://wordpress.org/?v=6.9.4