updated plugin Companion Auto Update version 3.8.8

This commit is contained in:
2024-01-03 21:51:10 +00:00
committed by Gitium
parent f23875fb05
commit 4c9acbf50f
5 changed files with 259 additions and 617 deletions

View File

@ -49,17 +49,8 @@ function cau_set_email() {
// Mail format
function cau_is_html() {
// Check if cau_get_db_value() function exists.
if ( !function_exists( 'cau_get_db_value' ) ) require_once( plugin_dir_path( __FILE__ ) . 'cau_function.php' );
// Check if html
if( cau_get_db_value( 'html_or_text' ) == 'html' ) {
$html = true;
} else {
$html = false;
}
return ( cau_get_db_value( 'html_or_text' ) == 'html' ) ? true : false;
}
// Set the content for the emails about pending updates