for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the WordPress Standard project.
*
* Copyright (c) 2015-2016 LIN3S <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace WordpressStandard\Configuration;
/**
* Final image sizes class, its responsibility is to add different thumbnails
* into WordPress ecosystem with "add_image_size" internal method.
* @author Gorka Laucirica <[email protected]>
* @author Beñat Espiña <[email protected]>
final class ImageSizes
{
* Constructor.
public function __construct()
add_image_size('example_size', 0, 220);
}
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.