Home / Admin / Disable Uncanny Automator Object Cache
Duplicate Snippet

Embed Snippet on Your Site

Disable Uncanny Automator Object Cache

Disable Uncanny Automator's internal object caching system.

Code Preview
php
<?php
add_filter( 'automator_disable_object_cache', '__return_true', 99, 2 );

Comments

Add a Comment