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



do_shortcode_tag › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m )
Parametri: (4)
  • (string) $output Shortcode output.
    Richiesto:
  • (string) $tag Shortcode name.
    Richiesto:
  • (array|string) $attr Shortcode attributes array or the original arguments string if it cannot be parsed.
    Richiesto:
  • (array) $m Regular expression match array.
    Richiesto:
Definito a:
Codex:

Filters the output created by a shortcode callback.





Sorgenti

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