WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
__construct () | |
Construct. More... | |
defaults () | |
Default preferences. More... | |
update () | |
Update. More... | |
Utility for preferences branch
Definition at line 362 of file wpdk-preferences.php.
__construct | ( | ) |
Construct.
Create an instance of WPDKPreferencesBranch class
Definition at line 371 of file wpdk-preferences.php.
defaults | ( | ) |
Default preferences.
Use this method to set the default vaues for this preferences branch
Definition at line 381 of file wpdk-preferences.php.
update | ( | ) |
Update.
Update preferences branch
public function update() { $this->property = $_POST['property'];
Definition at line 398 of file wpdk-preferences.php.