apply_shortcodes
apply_shortcodes ( $content, $ignore_html = false )
Parameters:- (string) content Content to search for shortcodes.
- (bool) ignore_html When true, shortcodes inside HTML elements will be skipped. Default false.
See:Returns:- (string) Content with shortcodes filtered out.
Defined at: - Introduced in WordPress: 5.4.0
- Deprecated in WordPress: —
Description
Searches content for shortcodes and filter shortcodes through their hooks.This function is an alias for do_shortcode().