Auto create pages on WordPress multi site register

Not sure about multisite, however it usually works similarly to single site, so the following info may be useful:

There is a pluggable function (ie you write your own which will run instead of wp’s function)

“wp_install_defaults”

Put your function in a ‘dropin’ plugin for install.php

and wp will use your function to create defaults instead of the wp defaults.

More info see:

Repeatable configuration package
http://hakre.wordpress.com/2010/05/01/must-use-and-drop-ins-plugins/

Leave a Comment