| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Data\V2\Base\Processor; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | abstract class Before extends Processor { |
| 11 | 11 | |
| @@ -10,9 +10,8 @@ | ||
| 10 | 10 | abstract class Before extends Processor { |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Get conditions for running processor. |
| 14 | - * | |
| 15 | 14 | * @param array $args |
| 16 | 15 | * |
| 17 | 16 | * @return bool |
| 18 | 17 | */ |