Filters the inline instructions inserted before the dynamically generated content.
$instructions, $marker
Sortie :
@param string[] $instructions Array of lines with inline instructions. @param string $marker The marker being inserted.
// Modifier la valeur avec le filtre 'insert_with_markers_inline_instructions'
add_filter('insert_with_markers_inline_instructions', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($instructions) {
// Modifier la valeur
return $instructions;
}
Chargement des actualités...