' . esc_html__( 'Note', 'business-park' ) . ':' . esc_html__( ' The recommended size for image is 1920px by 1080px while using it for slider', 'business-park' ) . '';
}
return $content;
}
add_filter( 'admin_post_thumbnail_html', 'business_park_slider_image_instruction', 10, 2);
if ( ! function_exists( 'business_park_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_park_alter_comment_form_fields($fields){
$fields['url'] = ''; //removes website field
$fields['author'] = '