Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/themify-.../js/module-s.../src
File: divider.mjs
const {BaseStyles} = await import('../../editor/base-styles.mjs');
[0] Fix | Delete
export class Module extends BaseStyles {
[1] Fix | Delete
static get_styles() {
[2] Fix | Delete
const general = [
[3] Fix | Delete
this.get_expand('zi', [
[4] Fix | Delete
this.get_zindex('', 'custom_parallax_scroll_zindex')
[5] Fix | Delete
]),
[6] Fix | Delete
this.get_expand('tr', [
[7] Fix | Delete
this.get_tab({
[8] Fix | Delete
n: [
[9] Fix | Delete
this.get_transform()
[10] Fix | Delete
],
[11] Fix | Delete
h: [
[12] Fix | Delete
this.get_transform('', 'tr', 'h')
[13] Fix | Delete
]
[14] Fix | Delete
})
[15] Fix | Delete
])
[16] Fix | Delete
];
[17] Fix | Delete
[18] Fix | Delete
return {
[19] Fix | Delete
type: 'tabs',
[20] Fix | Delete
options: {
[21] Fix | Delete
g: general,
[22] Fix | Delete
m_t: this.module_title_custom_style()
[23] Fix | Delete
}
[24] Fix | Delete
};
[25] Fix | Delete
}
[26] Fix | Delete
}
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function