PluginProbe
Services Section Block – present your services in clean grids and columns / 1.3.2
Services Section Block – present your services in clean grids and columns v1.3.2
1.4.6 1.4.5 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 trunk 1.0 1.1 1.1.1 All 33 releases
services-section / plugin.php

plugin.php in Services Section Block – present your services in clean grids and columns 1.3.2, at plugin.php

22 lines 763 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Plugin Name: Services Section - Block
4 * Description: Use Services Section Block to provide services of your business to clients with customizable settings.
5 * Version: 1.3.2
6 * Author: bPlugins
7 * Author URI: https://bplugins.com
8 * License: GPLv3
9 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
10 * Text Domain: services-section
11 */
12
13 // ABS PATH
14 if ( !defined( 'ABSPATH' ) ) { exit; }
15
16 // Constant
17 define( 'SSB_VERSION', isset( $_SERVER['HTTP_HOST'] ) && 'localhost' === $_SERVER['HTTP_HOST'] ? time() : '1.3.2' );
18 define( 'SSB_DIR_URL', plugin_dir_url( __FILE__ ) );
19 define( 'SSB_DIR_PATH', plugin_dir_path( __FILE__ ) );
20
21 require_once SSB_DIR_PATH . 'inc/block.php';
22 require_once SSB_DIR_PATH . 'inc/child/block.php';