We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1658e2 commit 236c53eCopy full SHA for 236c53e
plugins/woocommerce-admin/client/products/product-title.tsx
@@ -7,7 +7,6 @@ import {
7
PRODUCTS_STORE_NAME,
8
WCDataSelector,
9
} from '@woocommerce/data';
10
-import { registerPlugin } from '@wordpress/plugins';
11
import { useFormContext } from '@woocommerce/components';
12
import { useParams } from 'react-router-dom';
13
import { useSelect } from '@wordpress/data';
@@ -38,8 +37,3 @@ export const ProductTitle: React.FC = () => {
38
37
39
return <WooHeaderPageTitle>{ title }</WooHeaderPageTitle>;
40
};
41
-
42
-registerPlugin( 'woocommerce-product-title', {
43
- render: ProductTitle,
44
- icon: 'admin-generic',
45
-} );
0 commit comments