🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 13:00:30 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
blocksy-companion
/
static
/
js
📍 /home/therahul/thedasstores.com/wp-content/plugins/blocksy-companion/static/js
🔄 Refresh
✏️
Editing: flushPermalinks.js
Writable
export const flushPermalinks = async () => { const response = await fetch( `${wp.ajax.settings.url}?action=blocksy_flush_permalinks&nonce=${ctDashboardLocalizations.dashboard_actions_nonce}`, { method: 'POST', } ) if (response.status !== 200) { return } const { success } = await response.json() if (!success) { return } }
💾 Save Changes
❌ Cancel