Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/plugins/redux-framework/extendify-sdk/src/Assist/notices/Example.js
Назад
import { useGlobalStore } from '../state/Global' const noticeKey = 'next-steps' export const NextSteps = () => { const { isDismissed, dismissNotice } = useGlobalStore() // To avoid content flash, we load in this partial piece of state early via php const dismissed = window.extAssistData.dismissedNotices.find( (notice) => notice.id === noticeKey, ) if (!dismissed || isDismissed(noticeKey)) return null return ( <div> Notice <button type="button" onClick={() => dismissNotice(noticeKey)}> dismiss </button> </div> ) }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка