uawdijnntqw1x1x1
IP : 18.223.135.69
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
wp-content
/
..
/
wp-content
/
plugins
/
meta-box
/
src
/
Integrations
/
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; } }
/home/batcwwjx/public_html/wp-content/../wp-content/plugins/meta-box/src/Integrations/Block.php