bcmigration
Table of Contents
Packages
Classes
- BCMigration
- BC Migration class.
- BlogTaxonomies
- BlogTaxonomies class
Constants
- BCM_DIRNAME = $bcm_dirname
- BCM_EXAMPLE_FILES_PATH = $example_files_path
- BCM_PATH = __DIR__
- BCM_UPLOADS_PATH = $wp_uploads_path
- BCM_UPLOADS_URL = $wp_uploads_url
- BCM_URL = __DIR__
- BCM_VERSION = '0.3.3'
Functions
- camel_to_snake() : string
- Convert a camel case string to snake case.
Constants
BCM_DIRNAME
public
mixed
BCM_DIRNAME
= $bcm_dirname
BCM_EXAMPLE_FILES_PATH
public
mixed
BCM_EXAMPLE_FILES_PATH
= $example_files_path
BCM_PATH
public
mixed
BCM_PATH
= __DIR__
BCM_UPLOADS_PATH
public
mixed
BCM_UPLOADS_PATH
= $wp_uploads_path
BCM_UPLOADS_URL
public
mixed
BCM_UPLOADS_URL
= $wp_uploads_url
BCM_URL
public
mixed
BCM_URL
= __DIR__
BCM_VERSION
public
mixed
BCM_VERSION
= '0.3.3'
Functions
camel_to_snake()
Convert a camel case string to snake case.
camel_to_snake([string $input = '' ]) : string
Parameters
- $input : string = ''
-
The camel case string.
Return values
string —A string in snake case.