wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



insert_with_markers_inline_instructions › WordPress Filter Hooks

Seit5.3.0
Veraltetn/v
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
Parameter: (2)
  • (string[]) $instructions Array of lines with inline instructions.
    Erforderlich: Ja
  • (string) $marker The marker being inserted.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the inline instructions inserted before the dynamically generated content.





Ähnliche Hooks: theme_install_actions

Quellcode

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