Remove tawk.to branding from the chat widget in WordPress on child sites.
Snippet Type
Execute on Child Sites
Snippet
[add_filter( 'wphb_inline_limit_kb', 'adjust_inline_limits' );
function adjust_inline_limits( $value ) {
return 50.0; // Set any value in Kb.
}](https://github.com/mainwp/Code-Snippets-Functions/blob/master/Execute%20a%20function%20on%20a%20child%20site/WordPress/remove-tawk-to-branding-from-the-chat-widget.txt)