WC_Settings_API::get_errors()

Get admin error messages.


Description Description


Source Source

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

234
235
236
public function get_errors() {
    return $this->errors;
}


Top ↑

User Contributed Notes User Contributed Notes

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