plugin auto updates
hi i just notice that all plugins from apptheme are not getting auto update
other plugins that are not from appthemes are getting auto update
here is what i have in function
add_filter( 'auto_update_plugin', '__return_true' );
add_filter( 'allow_minor_auto_core_updates', '__return_true' );
add_filter( 'allow_major_auto_core_updates', '__return_true' );
add_filter( 'allow_dev_auto_core_updates', '__return_false' );
apply_filters( 'auto_core_update_send_email', true, $type, $core_update, $result );
add_filter( 'auto_update_theme', '__return_false' );
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.