swift_performance_character_encoding_meta

Swift Performance will remove existing character encoding meta tag and add a new one to <head> by default. You can use this filter to prevent it.

Parameters

$result

boolean, true by default

Return

boolean


Example

// Prevent adding character encoding meta
add_filter('swift_performance_character_encoding_meta', '__return_false');