PluginProbe
Button Block – Stylish buttons that get more clicks / 1.1.8
Button Block – Stylish buttons that get more clicks v1.1.8
1.2.6 1.2.5 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 All 28 releases
button-block / bplugins_sdk / require.php

require.php in Button Block – Stylish buttons that get more clicks 1.1.8, at bplugins_sdk/require.php

11 lines 275 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5
6 // Configuration should be loaded first.
7 require_once dirname( __FILE__ ) . '/config.php';
8 require_once FS_LITE_DIR . '/inc/Base/FS_Lite.php';
9 require_once FS_LITE_DIR . 'inc/Base/FSActivate.php';
10
11