/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
webp-express
/
lib
/
options
/
options
/
general
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/webp-express/lib/options/options/general
Edit:
/home/melaqxso/public_html/wp-content/plugins/webp-express/lib/options/options/general/general.inc
<fieldset class="block"> <button onclick="WebPExpress.SelfTest.openPopup('allInfo')" class="button button-secondary" type="button" style="position: absolute; right: 15px; top:15px"> System info </button> <h3>General</h3> <!--<div><i>The options here affects the rules created in the .htaccess. <?php echo helpIcon('And so does some other options. If "Redirect directly to converted image" is set, the "Destination folder" and "File Extension" and "Caching" options will be used'); ?></i></div>--> <table class="form-table"> <tbody> <?php if (($config['operation-mode'] != 'no-conversion')) { include_once 'scope.inc'; } include_once 'image-types.inc'; if (($config['operation-mode'] != 'no-conversion')) { include_once 'destination-folder.inc'; } include_once 'destination-extension.inc'; if (($config['operation-mode'] != 'no-conversion')) { include_once 'destination-structure.inc'; } // TODO: // Perhaps also show cache control in cdn-friendly mode? if (($config['operation-mode'] == 'tweaked') || ($config['operation-mode'] == 'varied-image-responses') || ($config['operation-mode'] == 'cdn-friendly')) { include_once 'cache-control.inc'; } include_once 'prevent-using-webps-larger-than-original.inc'; ?> </tbody> </table> </fieldset>
Ukuran: 1.5 KB