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.7.2

apply_filters('subdirectory_reserved_names') is found 1 times:

  • /wp-includes/ms-functions.php line 2711
    2707
    2708
    2709
    2710
    2711
    2712
    2713
    2714
    2715
    2716
    2717
         *              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: