wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



insert_with_markers_inline_instructions › Les Filtres WordPress

Depuis5.3.0
Dépréciéen/a
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
Paramètres: (2)
  • (string[]) $instructions Array of lines with inline instructions.
    Requis: Oui
  • (string) $marker The marker being inserted.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the inline instructions inserted before the dynamically generated content.





Hooks en relation: theme_install_actions

Source

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