Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Site Creation Utilities

Descripción

This plugin suppresses features of the Multisite site creation process:

  • It suppresses the welcome email sent to new site administrators on site creation
  • It cancels the site creation process if the given email does not exist, instead of creating a local user

It also flushes rewrite rules on site creation to address https://core.trac.wordpress.org/ticket/20171.

Privacy

This plugin neither collects nor stores any personal, private, or identifying information about any user.

Instalación

  1. Upload the site-creation-utilities folder to the /wp-content/plugins/ directory
  2. Network activate the plugin through the ‘Plugins’ menu in the WordPress Network Admin

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Site Creation Utilities” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Site Creation Utilities” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

1.0.6

  • Use wp_initialize_site instead of wp_insert_site to ensure that the options table exists prior to flushing rules.

1.0.5

  • Use wp_insert_site instead of wpmu_new_blog action

1.0.4

  • Code cleanup.
  • Added privacy notice to README.

1.0.3

  • New feature: flush rewrite rules on site creation.

1.0.2

  • Resolved conflicting version numbers.

1.0.1

  • Updated front matter.
  • Resolved a PHP notice.

1.0

  • Initial release.