Current Path : /home/church/public_html/IgotdaJuice501.org/wp-content/plugins/essential-blocks/blocks/ |
Current File : /home/church/public_html/IgotdaJuice501.org/wp-content/plugins/essential-blocks/blocks/Tab.php |
<?php namespace EssentialBlocks\blocks; use EssentialBlocks\Core\Block; class Tab extends Block { /** * Unique name of the block. * * @return string */ public function get_name() { return 'tab'; } }