Category: Admin
Blog
Blog
Blog
Blog
Blog
php code
Don’t stripe double quotes for outgoing Automator webhooks
add_filter( ‘automator_send_webhook_get_fields_should_strip_qoutes’, ‘__return_false’ );Continue reading
Disable Uncanny Automator Object Cache
add_filter( ‘automator_disable_object_cache’, ‘__return_true’, 99, 2 );Continue reading