for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the WPFoundation library.
*
* 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 LIN3S\WPFoundation\Configuration\Acf;
/**
* Custom ACF Wysiwyg class adding some useful features.
* @author Beñat Espiña <[email protected]>
* @author Jon Torrado <[email protected]>
* @deprecated since version 1.6, will be removed in 2.0. Extend the ACF class in your project and instantiate
* inside your project Theme.
class Wysiwyg
{
* Constructor.
* @param array $toolbars Array which contains toolbar
public function __construct(array $toolbars)
$toolbars
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
}
* Callback method that manages the Wysiwyg toolbars.
* @param array $toolbars Array which contains the toolbars
* @return array
public function toolbars(array $toolbars)
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.