Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
plugins
/
curly-business
/
modules
/
shortcodes
/
booked-calendar
/
File Content:
load.php
<?php if (function_exists('curly_business_is_booked_calendar_installed')) { if (curly_business_is_booked_calendar_installed() && (curly_business_core_plugin_installed() ? curly_core_is_theme_registered() : false)) { include_once CURLY_BUSINESS_SHORTCODES_PATH . '/booked-calendar/functions.php'; include_once CURLY_BUSINESS_SHORTCODES_PATH . '/booked-calendar/booked-calendar.php'; } } if ( ! function_exists( 'curly_core_include_booked_calendar_widgets_files' ) ) { function curly_core_include_booked_calendar_widgets_files() { if ( curly_business_theme_installed() && curly_business_is_booked_calendar_installed() && (curly_business_core_plugin_installed() ? curly_core_is_theme_registered() : false)) { include_once CURLY_BUSINESS_SHORTCODES_PATH . '/booked-calendar/elementor-booked-calendar.php'; } } if ( defined( 'ELEMENTOR_VERSION' ) ) { if ( version_compare( ELEMENTOR_VERSION, '3.5.0', '>' ) ) { add_action( 'elementor/widgets/register', 'curly_core_include_booked_calendar_widgets_files' ); } else { add_action( 'elementor/widgets/widgets_registered', 'curly_core_include_booked_calendar_widgets_files' ); } } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
templates
---
0755
booked-calendar.php
6886 bytes
0644
elementor-booked-calendar.php
6954 bytes
0644
functions.php
3000 bytes
0644
load.php
1213 bytes
0644
N4ST4R_ID | Naxtarrr