Changeset 43549
- Timestamp:
- 08/02/2018 03:12:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r42738 r43549 610 610 * @since 4.7.0 611 611 * 612 * @param array $tag _arrayArray of shortcode tags to remove.613 * @param string $content Content shortcodes are being removed from.612 * @param array $tags_to_remove Array of shortcode tags to remove. 613 * @param string $content Content shortcodes are being removed from. 614 614 */ 615 615 $tags_to_remove = apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content );
Note: See TracChangeset
for help on using the changeset viewer.