add_action('category_description', function($description, $term) {
if (is_admin()) return $description;
$term_id = isset($term->term_id) ? $term->term_id : $term;
$_images = get_field('test', 'term_'.$term_id);
if (is_array($_images) and count($_images)) {
foreach ($_images as $_image) {
echo '<img src="' . $_image . '">';
}
}
}, 90, 2);
add_action('category_description', function($description, $term) {
if(is_admin()) return $description;
$term_id = isset($term->term_id) ? $term->term_id : $term;
$_images = get_field('images', 'term_'.$term_id);
if (is_array($_images) and count($_images)) {
foreach ($_images as $_image) {
echo '<img src="' . $_image . '">';
}
}
}, 90, 2);
шта?
получается такая DMARC-запись говорит что нужно принимать всё?
у меня же там p=quarantine разве это не означает, то что не прошедшие проверку письма должны лететь в папку СПАМ? вроде как по всем источникам где есть описание DMARC - именно так и значит или нет?
читаю про:
и там же нет проверки на SPF и DKIM - соотв. какое отношение Greylisting имеет к данному поддельному письму?