WC_Settings_API::format_settings()
Deprecated from version 2.6.0. It is no longer supported and can be removed in future releases. Use
d
instead.Format settings if needed.
Method of the class: WC_Settings_API{}
No Hooks.
Return
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 9.6.1
public function format_settings( $value ) { wc_deprecated_function( 'format_settings', '2.6' ); return $value; }