Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
8
plugins/code-snippets/js/utils/screen.ts
Normal file
8
plugins/code-snippets/js/utils/screen.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const isNetworkAdmin = (): boolean =>
|
||||
window.pagenow.endsWith('-network')
|
||||
|
||||
export const isMacOS = (): boolean =>
|
||||
null !== /mac/i.exec(window.navigator.userAgent)
|
||||
|
||||
export const isLicensed = (): boolean =>
|
||||
!!window.CODE_SNIPPETS?.isLicensed
|
||||
Reference in New Issue
Block a user