403Webshell
Server IP : 192.158.238.246  /  Your IP : 18.217.52.224
Web Server : LiteSpeed
System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
User : jenniferflocom ( 1321)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/jenniferflocom/www/wp-content/plugins/gutenkit-blocks-addon/src/blocks/button/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jenniferflocom/www/wp-content/plugins/gutenkit-blocks-addon/src/blocks/button/save.js
import { useBlockProps } from '@wordpress/block-editor';
import classNames from 'classnames';
import Markup from './markup';

export default function save({ attributes }) {
	const { linkGenerator } = window.gutenkit.helpers;
	const { url, btnClass, btnID } = attributes;
	const blockProps = useBlockProps.save();
	let buttonProps = {
		className: classNames('gkit-btn', { [btnClass]: btnClass })
	}
	btnID ? buttonProps.id = btnID : '';
	const linkAttributes = linkGenerator(url);

	return (
		<div {...blockProps}>
			<div className="gkit-btn-wraper">
				<a className='gkit-btn' {...linkAttributes} {...buttonProps}>
					<Markup attributes={attributes} />
				</a>
			</div>
		</div>
	);
}

Youez - 2016 - github.com/yon3zu
LinuXploit