Submit
Path:
~
/
home
/
getwphos
/
www
/
twinkletown
/
wp-content
/
plugins
/
wgl-extensions
/
includes
/
meta-box
/
src
/
Integrations
/
File Content:
Bricks.php
<?php namespace MetaBox\Integrations; class Bricks { public function __construct() { add_filter( 'bricks/builder/i18n', [ $this, 'i18n' ] ); } public function i18n( array $i18n ): array { $i18n['meta-box'] = esc_html__( 'Meta Box', 'wgl-extensions' ); return $i18n; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Block.php
362 bytes
0644
Bricks.php
282 bytes
0644
Elementor.php
415 bytes
0644
Oxygen.php
378 bytes
0644
N4ST4R_ID | Naxtarrr