_wptexturize_pushpop_element


_wptexturize_pushpop_element ( $text, $stack, $disabled_elements )

Access:
  • private
Parameters:
  • (string) text Text to check. Must be a tag like `<html>` or `[shortcode]`.
  • (string[]) stack Array of open tag elements.
  • (string[]) disabled_elements Array of tag names to match against. Spaces are not allowed in tag names.
Defined at:

Description

Searches for disabled element tags. Pushes element to stack on tag open and pops on tag close.Assumes first char of `$text` is tag opening and last char is tag closing. Assumes second char of `$text` is optionally `/` to indicate closing as in ``.

Related Functions

wptexturize_primes, wptexturize, _wp_customize_publish_changeset, wp_unschedule_event, _wp_get_image_size_from_meta

Top Google Results

User discussions

wpseek mobile