芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/metabox/metabox.php
name = __( 'MetaBox', 'suretriggers' ); $this->description = __( 'Meta Box is a framework that helps you create custom post types and custom fields quickly and easily.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/MetaBox.png'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return function_exists( 'rwmb_get_object_fields' ); } } IntegrationsController::register( MetaBox::class );