get_space_allowed

get_space_allowed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_space_allowed') is found 1 times:

  • /wp-includes/ms-functions.php line 2575
    2571
    2572
    2573
    2574
    2575
    2576
    2577
    2578
    2579
    2580
    2581
         * @since 3.7.0
         *
         * @param int $space_allowed Upload quota in megabytes for the current blog.
         */
        return apply_filters( 'get_space_allowed', $space_allowed );
    }
     
    /**
     * Determines if there is any upload space left in the current blog's quota.
     *
     * @since 3.0.0