# ablocks/2.9.0/includes/blocks/blocks.php

aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder &amp; Animation Builder, version 2.9.0. 153 lines.

- Page: https://pluginprobe.com/plugins/ablocks/2.9.0/code/includes/blocks/blocks.php
- Raw: https://pluginprobe.com/plugins/ablocks/2.9.0/raw/includes/blocks/blocks.php
- Modified: 2026-05-14T13:36:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ablocks/2.9.0/code/includes/blocks/blocks.php#L10-L20`.

```php
<?php
namespace ABlocks\Blocks;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

return [
	'heading',
	'button',
	'icon',
	'spacer',
	'paragraph',
	'divider',
	'star-ratings',
	'image',
	'image-scroll',
	'video',
	'search',
	'container',
	'toggle',
	'chart',
	'toggle-child',
	'accordion',
	'single-accordion',
	'tabs',
	'tabs-child',
	'lists',
	'countdown',
	'counter',
	'progress-tracker',
	'price-menu-item',
	'price-menu',
	'menu',
	'menu-item',
	'menu-child-mega',
	'menu-child-sub',
	'table',
	'table-row',
	'table-cell',
	'table-header',
	'table-footer',
	'table-body',
	'coupon',
	'content-timeline',
	'content-timeline-child',
	'map',
	'table-of-content',
	'carousel',
	'carousel-child',
	'image-comparison',
	'notice',
	'modal',
	'modal-trigger',
	'modal-panel',
	'flip-box',
	'social-shares',
	'flip-box-child',
	'dual-button',
	'price-menu',
	'price-menu-item',
	'svg-draw',
	'image-hotspot',
	'image-hotspot-child',
	'info-box',
	'filterable-cards',
	'filterable-cards-item',
	'stripe-button',
	'news-ticker',
	'paypal-button',
	'lottie-animation',
	'marquee',
	'marquee-child',
	'logout',
	'player',
	'advance-lists',
	'taxonomy-listing',
	'featured-image',
	'interactive-circle-infographic',
	'scroll-to-top',
	'qr-code',
	'advance-list-item',
	'breadcrumb',
	'dynamic-text',
	// loop builder
	'loop-builder',
	'loop-template',
	'loop-load-more',
	'loop-filter',
	// Form Builder
	'form-builder',
	'form-input',
	'form-textarea',
	'form-checkbox',
	'form-multi-step',
	'form-multi-step-child',
	'form-password',
	'form-select',
	'form-radio',
	'frontend-dashboard',
	'text-path',
	// Academy LMS
	'academy-container',
	'academy-certificate',
	'academy-certificate-id',
	'academy-certificate-text',
	'academy-course-search',
	'academy-courses',
	'academy-enroll-form',
	'academy-instructor-registration-form',
	'academy-login-form',
	'academy-password-reset-form',
	'academy-pdf',
	'academy-student-registration-form',
	'academy-course-media',
	// StoreEngine Blocks
	'storeengine-products',
	'storeengine-cart-list',
	'storeengine-login-form',
	'storeengine-coupon-form',
	'storeengine-product-filter',
	'storeengine-checkout-form',
	'storeengine-continue-button',
	'storeengine-checkout-button',
	'storeengine-cart-sub-table',
	'storeengine-cart-button',
	'storeengine-order-info',
	'storeengine-billing-info',
	'storeengine-shipping-info',
	'storeengine-order-details',
	'storeengine-mini-cart',
	'storeengine-cart-notice',
	'storeengine-product-gallery',
	'storeengine-product-summary',
	'storeengine-product-description',
	'storeengine-product-review',

	// Easy Content Manager Blocks
	'ecm-bookmark-button',
	'ecm-bookmark-badge',
	'ecm-bookmark-list',
	'ecm-bookmark-count',
	'ecm-reaction-list',
	'ecm-reaction',
	'ecm-upvote',
	'ecm-upvote-count',
	'ecm-upvote-list',
	'ecm-claim-button',
	'ecm-claim-badge',
	'ecm-claim-list',
	'ecm-claim-count',
];

```
