Plugin Updates

This commit is contained in:
Tony Volpe
2024-03-19 15:33:31 +00:00
parent ff5b56dc44
commit 3a70a6e4bf
317 changed files with 8178 additions and 2933 deletions

View File

@@ -1,31 +1,29 @@
<?php
declare(strict_types=1);
namespace Imagify\Webp;
defined( 'ABSPATH' ) || die( 'Cheatin uh?' );
use Imagify\WriteFile\AbstractIISDirConfFile;
/**
* Add and remove contents to the web.config file to display WebP images on the site.
*
* @since 1.9
* @author Grégory Viguier
* @since 1.9
*/
class IIS extends \Imagify\WriteFile\AbstractIISDirConfFile {
class IIS extends AbstractIISDirConfFile {
/**
* Name of the tag used as block delemiter.
*
* @var string
* @since 1.9
* @author Grégory Viguier
* @var string
* @since 1.9
*/
const TAG_NAME = 'Imagify: webp file type';
/**
* Get unfiltered new contents to write into the file.
*
* @since 1.9
* @access protected
* @author Grégory Viguier
* @since 1.9
*
* @return array
*/