doctors-slot-booking.php
Plugin Name: Doctors Slot Booking Version: 1.0.0 Description: Doctors Slot Booking will help to manage booking according to doctors availability.
Author: Rahul K Author URI: License: GPLv2 or later Requires at least: 5.2 Tested up to: 6.6 Requires PHP: 7.4 Text Domain: doctors-slot-booking
Table of Contents
Constants
- DSLB_ASSETS_PATH = \DSLB_PATH . 'assets/'
- DSLB_ASSETS_URL = \DSLB_URL . 'assets/'
- DSLB_FILE = __FILE__
- DSLB_INCLUDES_PATH = \DSLB_PATH . 'includes/'
- DSLB_LIBRARY_PATH = \DSLB_INCLUDES_PATH . 'lib/'
- DSLB_PATH = \plugin_dir_path(\DSLB_FILE)
- DSLB_PLUGIN_NAME = 'Doctors Slot Booking'
- DSLB_TOKEN = 'dslb'
- DSLB_URL = \plugins_url('/', \DSLB_FILE)
- DSLB_VERSION = '1.0.0'
Functions
- dslb_load_plugin_textdomain() : void
- Load Plugin textdomain.
- dslb_php_version_check_fail() : void
- Plugin admin notice for minimum PHP version.
- dslb_wp_version_check_fail() : void
- Plugin admin notice for minimum WordPress version.
Constants
DSLB_ASSETS_PATH
public
mixed
DSLB_ASSETS_PATH
= \DSLB_PATH . 'assets/'
DSLB_ASSETS_URL
public
mixed
DSLB_ASSETS_URL
= \DSLB_URL . 'assets/'
DSLB_FILE
public
mixed
DSLB_FILE
= __FILE__
DSLB_INCLUDES_PATH
public
mixed
DSLB_INCLUDES_PATH
= \DSLB_PATH . 'includes/'
DSLB_LIBRARY_PATH
public
mixed
DSLB_LIBRARY_PATH
= \DSLB_INCLUDES_PATH . 'lib/'
DSLB_PATH
public
mixed
DSLB_PATH
= \plugin_dir_path(\DSLB_FILE)
DSLB_PLUGIN_NAME
public
mixed
DSLB_PLUGIN_NAME
= 'Doctors Slot Booking'
DSLB_TOKEN
public
mixed
DSLB_TOKEN
= 'dslb'
DSLB_URL
public
mixed
DSLB_URL
= \plugins_url('/', \DSLB_FILE)
DSLB_VERSION
public
mixed
DSLB_VERSION
= '1.0.0'
Functions
dslb_load_plugin_textdomain()
Load Plugin textdomain.
dslb_load_plugin_textdomain() : void
Load gettext translate for Plugin text domain.
Tags
dslb_php_version_check_fail()
Plugin admin notice for minimum PHP version.
dslb_php_version_check_fail() : void
Warning when the site doesn't have the minimum required PHP version.
Tags
dslb_wp_version_check_fail()
Plugin admin notice for minimum WordPress version.
dslb_wp_version_check_fail() : void
Warning when the site doesn't have the minimum required WordPress version.