PHP Класс WC_Admin_Settings

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
add_error ( string $text ) Add an error.
add_message ( string $text ) Add a message.
check_download_folder_protection ( ) Checks which method we're using to serve downloads.
get_field_description ( array $value ) : array Helper function to get the formated description and tip HTML for a given form field. Plugins can call this when implementing their own custom settings types.
get_option ( mixed $option_name, $default = '' ) : string Get a setting from the settings API.
get_settings_pages ( ) Include the settings page classes.
output ( ) Settings page.
output_fields ( array $options ) Output admin fields.
save ( ) Save the settings.
save_fields ( array $options, array $data = null ) : boolean Save admin fields.
show_messages ( ) : string Output messages + errors.

Описание методов

add_error() публичный статический Метод

Add an error.
public static add_error ( string $text )
$text string

add_message() публичный статический Метод

Add a message.
public static add_message ( string $text )
$text string

check_download_folder_protection() публичный статический Метод

If using force or x-sendfile, this ensures the .htaccess is in place.

get_field_description() публичный статический Метод

Helper function to get the formated description and tip HTML for a given form field. Plugins can call this when implementing their own custom settings types.
public static get_field_description ( array $value ) : array
$value array The form field value array
Результат array The description and tip as a 2 element array

get_option() публичный статический Метод

Get a setting from the settings API.
public static get_option ( mixed $option_name, $default = '' ) : string
$option_name mixed
Результат string

get_settings_pages() публичный статический Метод

Include the settings page classes.
public static get_settings_pages ( )

output() публичный статический Метод

Handles the display of the main woocommerce settings page in admin.
public static output ( )

output_fields() публичный статический Метод

Loops though the woocommerce options array and outputs each field.
public static output_fields ( array $options )
$options array Opens array to output

save() публичный статический Метод

Save the settings.
public static save ( )

save_fields() публичный статический Метод

Loops though the woocommerce options array and outputs each field.
public static save_fields ( array $options, array $data = null ) : boolean
$options array Options array to output
$data array Optional. Data to use for saving. Defaults to $_POST.
Результат boolean

show_messages() публичный статический Метод

Output messages + errors.
public static show_messages ( ) : string
Результат string