wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



insert_with_markers_inline_instructions › WordPress Filter Hooks

Da5.3.0
Deprecaton/a
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
Parametri: (2)
  • (string[]) $instructions Array of lines with inline instructions.
    Richiesto:
  • (string) $marker The marker being inserted.
    Richiesto:
Definito a:
Codex:

Filters the inline instructions inserted before the dynamically generated content.





Hooks correlati: theme_install_actions

Sorgenti

$instructions = apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker );