Browse: Home / Constants /

LEARNDASH_UPDATE_HTTP_METHOD

define( 'LEARNDASH_UPDATE_HTTP_METHOD',  string $value )

Define LearnDash LMS – Configure the HTTP method use to connect to the support/license server.


Description #


Parameters #

$value

(string) (Required) Only one of the following values.

  • ''post''
    (string) Use HTTP POST (wp_remote_post) to connect to the server. Default.
  • ''get''
    (string) Use HTTP GET (wp_remote_get) to connect to the server. Default.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.6.0.3 Introduced.