- Install the Code Snippets plugin.
- Add a new code snippet with the following code.
- Save and activate the new code snippet.
add_filter( 'Connections_Directory/Widget_Pack/Widget/Category/Use_Fragment_Cache', '__return_false' );
Important
This code snippet will disable the fragment cache for the Categories widget only.
