subdirectory_reserved_names

subdirectory_reserved_names

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('subdirectory_reserved_names') is found 1 times:

  • /wp-includes/ms-functions.php line 2713
    	 *              to the reserved names list.
    	 *
    	 * @param string[] $subdirectory_reserved_names Array of reserved names.
    	 */
    	return apply_filters( 'subdirectory_reserved_names', $names );
    }
    
    /**
     * Sends a confirmation request email when a change of network admin email address is attempted.
     *
     * The new network admin address will not become active until confirmed.
    

See this hook used in plugins: