' . __( 'Note', 'business-center' ) . ':' . __( ' The recommended size for image is 1920px by 1080px while using it for slider', 'business-center' ) . '';
}
return $content;
}
add_filter( 'admin_post_thumbnail_html', 'business_center_slider_image_instruction', 10, 2);
if ( ! function_exists( 'business_center_alter_comment_form_fields' ) ) {
/**
* Alter the comment form fields
* @param array Array of fields to be customized
* @return array Array of customized fields
*/
function business_center_alter_comment_form_fields($fields){
$fields['url'] = ''; //removes website field
$fields['author'] = '