/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Disattivo la funzione di wordpress che scala le immagini maggiori di 2650px  */
add_filter( 'big_image_size_threshold', '__return_false' );

/* Disattivo la funzione di wordpress che elimina gli elementi dal cestino più vecchi di 30 giorni */
function wpb_remove_schedule_delete() {
    remove_action( 'wp_scheduled_delete', 'wp_scheduled_delete' );
}
add_action( 'init', 'wpb_remove_schedule_delete' );