Warning: This method has been deprecated. Unused instead.

WC_Settings_API::format_settings( array $value )

Format settings if needed.


Description Description


Parameters Parameters

$value

(Required) Value to format.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-settings-api.php

	public function format_settings( $value ) {
		wc_deprecated_function( 'format_settings', '2.6' );
		return $value;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.