Submit
Path:
~
/
home
/
getwphos
/
www
/
dynastymetalworks
/
wp-content
/
plugins
/
meta-box
/
src
/
Integrations
/
File Content:
Block.php
<?php namespace MetaBox\Integrations; class Block { public function __construct() { add_filter( 'block_categories_all', [ $this, 'register_block_category' ] ); } public function register_block_category( $categories ) { $categories[] = [ 'slug' => 'meta-box', 'title' => esc_html__( 'Meta Box', 'meta-box' ), ]; return $categories; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Block.php
356 bytes
0644
Bricks.php
276 bytes
0644
Elementor.php
409 bytes
0644
Oxygen.php
372 bytes
0644
N4ST4R_ID | Naxtarrr