mcp_adapter_init, $this

mcp_adapter_init, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('mcp_adapter_init, $this') is found 1 times:

  • /vendor/wordpress/mcp-adapter/includes/Core/McpAdapter.php line 83
    		}
    
    		$this->maybe_create_default_server();
    
    		do_action( 'mcp_adapter_init', $this );
    		$this->register_wp_cli_commands();
    		self::$initialized = true;
    	}
    
    	/**
    	 * Create and register a new MCP server.