Upgarded to 4.17.4
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* Abstract Class for Mask Style.
|
||||
*
|
||||
* @package Divi
|
||||
* @sub-package Builder
|
||||
* @since 4.15.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( 'Direct access forbidden.' );
|
||||
}
|
||||
|
||||
/**
|
||||
* ET_Builder_Background_Mask_Style_Base.
|
||||
*
|
||||
* @since 4.15.0
|
||||
*/
|
||||
abstract class ET_Builder_Background_Mask_Style_Base {
|
||||
/**
|
||||
* Configuration.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
abstract public function settings();
|
||||
}
|
Reference in New Issue
Block a user