import { Button } from '@wordpress/components'
import { __ } from '@wordpress/i18n'
import { General } from '@extendify/api/General'
import { useGlobalStore } from '@extendify/state/GlobalState'
import { useUserStore } from '@extendify/state/User'
export default function WelcomeNotice() {
const setOpen = useGlobalStore((state) => state.setOpen)
const disableLibrary = () => {
const button = document.getElementById(
'extendify-templates-inserter-btn',
)
button.classList.add('invisible')
useUserStore.setState({ enabled: false })
setOpen(false)
}
return (
<>
{__('Welcome to the Extendify Library', 'extendify')}
|
{window.extendifyData.standalone ? null : (
<>
•
>
)}
>
)
}
https://ratclifffarms.com/post-sitemap.xml
2025-02-22T07:37:00+00:00
https://ratclifffarms.com/page-sitemap.xml
2025-02-11T14:29:19+00:00
https://ratclifffarms.com/mec-events-sitemap.xml
2024-04-03T13:35:37+00:00
https://ratclifffarms.com/op_global_element-sitemap.xml
2024-07-19T08:38:05+00:00
https://ratclifffarms.com/category-sitemap.xml
2025-02-22T07:37:00+00:00
https://ratclifffarms.com/author-sitemap.xml
2024-04-05T22:34:25+00:00