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



do_shortcode_tag › Hooks de Filtros WordPress

Desde4.7.0
Obsoleton/a
apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m )
Parâmetros: (4)
  • (string) $output Shortcode output.
    Required: Yes
  • (string) $tag Shortcode name.
    Required: Yes
  • (array|string) $attr Shortcode attributes array or the original arguments string if it cannot be parsed.
    Required: Yes
  • (array) $m Regular expression match array.
    Required: Yes
Definido em:
Codex:

Filters the output created by a shortcode callback.





Fonte

return apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m );