PATH:
home
/
bkunreyz
/
icnavancouver.ca
/
wp-content
/
themes
/
Divi
/
includes
/
builder
/
feature
/
background-masks
<?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(); }
[-] Functions.php
[edit]
[+]
mask
[-] BackgroundMaskOptions.php
[edit]
[-] BackgroundPatternStyleFactory.php
[edit]
[-] BackgroundPatternOptions.php
[edit]
[+]
..
[-] MaskFields.php
[edit]
[-] BackgroundMaskStyleBase.php
[edit]
[+]
pattern
[-] .htaccess
[edit]
[-] BackgroundMaskStyleFactory.php
[edit]
[-] PatternFields.php
[edit]
[-] BackgroundPatternStyleBase.php
[edit]