uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
public_html
/
wp-content
/
.
/
.
/
plugins
/
give
/
blocks
/
components
/
blank-slate
/
index.js
/
/
/** * WordPress dependencies */ const { __ } = wp.i18n; /** * Internal dependencies */ import GiveHelpLink from '../help-link'; import PlaceholderAnimation from '../placeholder-animation'; import GiveLogo from '../logo'; const GiveBlankSlate = ( props ) => { const { noIcon, isLoader, title, description, children, helpLink, } = props; const blockLoading = ( <PlaceholderAnimation /> ); const blockLoaded = ( <div className="block-loaded"> { !! title && ( <h3 className="give-blank-slate__heading">{ title }</h3> ) } { !! description && ( <p className="give-blank-slate__message">{ description }</p> ) } { children } { !! helpLink && ( <GiveHelpLink /> ) } </div> ); return ( <div className="give-blank-slate"> { ! noIcon && <GiveLogo size="80" className="give-blank-slate__image" /> } { !! isLoader ? blockLoading : blockLoaded } </div> ); }; export default GiveBlankSlate;
/home/batcwwjx/./old/public_html/wp-content/././plugins/give/blocks/components/blank-slate/index.js