PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 1.6.3
Block Animations, Motion & Scroll Effects – Ghost Kit v1.6.3
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / blocks / index.php

index.php in Block Animations, Motion & Scroll Effects – Ghost Kit 1.6.3, at blocks/index.php

17 lines 480 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Additional PHP for blocks.
4 *
5 * @package ghostkit
6 */
7
8 if ( ! defined( 'ABSPATH' ) ) {
9 exit;
10 }
11
12 require_once( ghostkit()->plugin_path . 'blocks/widgetized-area/block.php' );
13 require_once( ghostkit()->plugin_path . 'blocks/instagram/block.php' );
14 require_once( ghostkit()->plugin_path . 'blocks/twitter/block.php' );
15 require_once( ghostkit()->plugin_path . 'blocks/customizer/block.php' );
16 require_once( ghostkit()->plugin_path . 'blocks/custom-css/block.php' );
17