Viewing File: /home/fshjisk/mimikoparis/wp-content/plugins/code-snippets/js/manage/index.ts

import { handleSnippetActivationSwitches } from './activation'
import { handleSnippetPriorityChanges } from './priority'
import { handleShowCloudPreview } from './cloud'

handleSnippetActivationSwitches()
handleSnippetPriorityChanges()
handleShowCloudPreview()
Back to Directory File Manager