Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Settings_Advanced::notices()
Notices.
Description Description
Source Source
File: includes/admin/settings/class-wc-settings-advanced.php
private function notices() { if ( isset( $_GET['section'] ) && 'webhooks' === $_GET['section'] ) { // WPCS: input var okay, CSRF ok. WC_Admin_Webhooks::notices(); } if ( isset( $_GET['section'] ) && 'keys' === $_GET['section'] ) { // WPCS: input var okay, CSRF ok. WC_Admin_API_Keys::notices(); } }