';
echo '';
}
// ------------------------------------------------------------
// CALLBACK - Title various settings
// ------------------------------------------------------------
// Title various settings
function airinblog_fun_callback_title_settings() {
echo '
' . esc_html__( 'Expert settings of the administrative part of the theme', 'airin-blog' ) . '
';
$html .= esc_html__( 'The theme creates multiple thumbnail sizes in a single 16x9 format and uses optimal sizes in the right places. This has a good effect on loading speed and proper display in a unified style.', 'airin-blog' );
$html .= '
';
$html .= esc_html__( 'You can change this setting to control the size of the images yourself.', 'airin-blog' );
$html .= '
';
$html .= ' ';
$html .= '
';
$html .= '';
$html .= '
';
$html .= '
';
$html .= esc_html__( 'It is important to know! These settings cannot delete or modify existing image files. Slicing of images occurs at the time of uploading a new image to the WordPress media library.', 'airin-blog' );
$html .= '
';
$html .= esc_html__( 'To change old pictures, use the thumbnail regeneration plugin.', 'airin-blog' );
$html .= '
';
echo $html;
}
// ------------------------------------------------------------
// CALLBACK - Main image for post
// ------------------------------------------------------------
// Adjusting the size of the main post image
function airinblog_fun_callback_size_img_post_w_front( $args ) {
$value = get_option( $args['name'] );
printf(
'
' . esc_html__( 'These settings register a new size for the main (top) image of posts and pages.', 'airin-blog' ) . '
' . esc_html__( 'After applying, all new uploaded images will be supplemented with the new size, which is apply by default for the main image of posts and pages.', 'airin-blog' ) . '
' . esc_html__( 'It is important to know! These settings cannot delete or modify existing image files. Slicing of images occurs at the time of uploading a new image to the WordPress media library.', 'airin-blog' ) . '
' . esc_html__( 'To change old pictures, use the thumbnail regeneration plugin.', 'airin-blog' ) . '