WC_Settings_API::format_settings
Deprecated since 2.6.0. It is no longer supported and may be removed in future releases. Use
d instead.Format settings if needed.
Method of the class: WC_Settings_API{}
No Hooks.
Returns
Array.
Usage
$WC_Settings_API = new WC_Settings_API(); $WC_Settings_API->format_settings( $value );
- $value(array) (required)
- Value to format.
Changelog
| Deprecated since 2.6.0 | Unused. |
WC_Settings_API::format_settings() WC Settings API::format settings code WC 10.6.2
public function format_settings( $value ) {
wc_deprecated_function( 'format_settings', '2.6' );
return $value;
}