Method | Description | |
---|---|---|
format_value ( mixed $value, string $slug, integer $post_id ) : array | Format the value of the property before it's returned to WordPress admin or the site. | |
get_default_settings ( ) : array | Get default settings. | |
html ( ) | Render property html. |
Method | Description | |
---|---|---|
get_settings_properties ( ) : array | Get settings properties. | |
prepare_properties ( array $properties ) : array | Prepare properties and set right slug and value. |
public get_default_settings ( ) : array | ||
return | array |
protected get_settings_properties ( ) : array | ||
return | array |
protected prepare_properties ( array $properties ) : array | ||
$properties | array | |
return | array |