„Informacja wynikająca z art.37 ust.1 pkt 2 lit.a-d ustawy z dnia 27 sierpnia 2009 r o finansach publicznych(tekst jednolity z 20016 roku poz.1870 z późn.zm)za rok 2016″”:PDF
add_filter(
'auto_core_update_send_email'
,
'wpb_stop_auto_update_emails'
, 10, 4 );
function
wpb_stop_update_emails(
$send
,
$type
,
$core_update
,
$result
) {
if
( !
empty
(
$type
) &&
$type
==
'success'
) {
return
false;
}
return
true;
}