wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



insert_with_markers_inline_instructions › Hooks de Filtros WordPress

Desde5.3.0
Obsoleton/a
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
Parâmetros: (2)
  • (string[]) $instructions Array of lines with inline instructions.
    Required: Yes
  • (string) $marker The marker being inserted.
    Required: Yes
Definido em:
Codex:

Filters the inline instructions inserted before the dynamically generated content.





Hooks relacionados: theme_install_actions

Fonte

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