wp_direct_php_update_url

wp_direct_php_update_url

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

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_direct_php_update_url') is found 1 times:

  • /wp-includes/functions.php line 8543
    8539
    8540
    8541
    8542
    8543
    8544
    8545
    8546
    8547
    8548
    8549
         * @since 5.1.1
         *
         * @param string $direct_update_url URL for directly updating PHP.
         */
        $direct_update_url = apply_filters( 'wp_direct_php_update_url', $direct_update_url );
     
        return $direct_update_url;
    }
     
    /**
     * Displays a button directly linking to a PHP update process.