wpcf7_admin_menu_change_notice_recaptcha_v2_v3()
Increments the admin menu counter for the Integration page.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpcf7_admin_menu_change_notice_recaptcha_v2_v3( $counts );
- $counts(обязательный)
- .
Код wpcf7_admin_menu_change_notice_recaptcha_v2_v3() wpcf7 admin menu change notice recaptcha v2 v3 CF7 6.1.5
function wpcf7_admin_menu_change_notice_recaptcha_v2_v3( $counts ) {
$counts['wpcf7-integration'] += 1;
return $counts;
}