Documentation

ajax_save_setting.php

\file \brief Save a Setting (k/v)

Call: inc/ajax_save_setting.php?k=[key]&v=[value]

Tags
author

LWT Project lwt-project@hotmail.com

license

Unlicense http://unlicense.org/

link
https://hugofara.github.io/lwt/docs/html/ajax__save__setting_8php.html
since
1.2.1
since
2.2.2-fork

Refactored, will use GET methods

since
2.6.0-fork

Use POST method in priority

deprecated
2.9.0

Use REST API in priority.

Table of Contents

Functions

do_ajax_save_setting()  : void
Save a setting.

Functions

do_ajax_save_setting()

Save a setting.

do_ajax_save_setting(string $key, mixed $value) : void
Parameters
$key : string

Setting key

$value : mixed

Setting value


        
On this page

Search results