Astra_Addon_Kses::astra_addon_svg_with_post_kses_protocols()

Echo kses post allowed HTML protocols along with above SVG protocols.


Description


Return

(array) Return the array for allowed protocols.


Source

File: classes/class-astra-addon-kses.php

	public static function astra_addon_svg_with_post_kses_protocols() {
		return apply_filters(
			'astra_addon_all_kses_protocols',
			array_merge( wp_kses_allowed_html( 'post' ), self::astra_addon_svg_kses_protocols() )
		);
	}

Changelog

Changelog
Version Description
4.1.1 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.