🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:12:11 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
elementor-pro
/
core
/
app
/
assets
/
js
/
hooks
📍 /home/therahul/reenrihair.com/wp-content/plugins/elementor-pro/core/app/assets/js/hooks
🔄 Refresh
✏️
Editing: use-feature-lock.js
Writable
import ConnectButtonUI from '../ui/connect-button'; import { htmlDecodeTextContent, replaceUtmPlaceholders } from '../utils'; export default function useFeatureLock( featureName ) { const appConfig = elementorAppProConfig[ featureName ] ?? {}, isLocked = appConfig.lock?.is_locked ?? false; const buttonText = htmlDecodeTextContent( appConfig.lock?.button.text ); const buttonLink = replaceUtmPlaceholders( appConfig.lock?.button.url ?? '', appConfig.utms ?? {}, ); const ConnectButton = () => ( <ConnectButtonUI text={ buttonText } url={ buttonLink } /> ); return { isLocked, ConnectButton, }; }
💾 Save Changes
❌ Cancel