|
render_view( 'checkbox', array( 'key' => 'remove-local-file' ) ); ?>
|
Broken URLs — There will be broken URLs for files that don\'t exist locally. You can fix this by enabling Rewrite File URLs to use the S3 URLs.', 'amazon-s3-and-cloudfront' ) );
$lost_files_args = array(
'message' => $lost_files_msg,
'id' => 'as3cf-lost-files-notice',
'inline' => true,
'type' => 'error',
'style' => 'display: none',
);
$this->render_view( 'notice', $lost_files_args );
$remove_local_link = sprintf( '%s »', 'https://deliciousbrains.com/wp-offload-s3/doc/compatibility-with-other-plugins/', __( 'More info', 'amazon-s3-and-cloudfront' ) );
$remove_local_msg = apply_filters( 'as3cf_remove_local_notice', sprintf( __( 'Warning — Some plugins depend on the file being present on the local server and may not work when the file is removed. %s', 'amazon-s3-and-cloudfront' ), $remove_local_link ) );
$remove_local_args = array(
'message' => $remove_local_msg,
'id' => 'as3cf-remove-local-notice',
'inline' => true,
'type' => 'notice-warning',
'style' => 'display: none',
);
$this->render_view( 'notice', $remove_local_args ); ?>
|
|
render_view( 'checkbox', array( 'key' => 'hidpi-images' ) ); ?>
|
WP Retina 2x plugin.', 'amazon-s3-and-cloudfront' ), 'https://wordpress.org/plugins/wp-retina-2x/' ); ?>
|