Your IP : 18.118.215.239


Current Path : /home/church/public_html/IgotdaJuice501.org/wp-content/plugins/essential-blocks/blocks/
Upload File :
Current File : /home/church/public_html/IgotdaJuice501.org/wp-content/plugins/essential-blocks/blocks/FlipBox.php

<?php
namespace EssentialBlocks\blocks;

use EssentialBlocks\Core\Block;

class FlipBox extends Block {
	protected $frontend_styles = array( 'essential-blocks-frontend-style', 'essential-blocks-fontawesome' );

	/**
	 * Unique name of the block.
	 *
	 * @return string
	 */
	public function get_name() {
		return 'flipbox';
	}
}