SLPĀ® phpDocs

myslp-site-architect.php

Table of Contents

Constants

SA_ALLOW_CACHE  : mixed = $sa_enable_cache
SA_ASSETS_DIR  : mixed = \trailingslashit(\SA_PARENT_DIR) . 'assets/'
SA_ASSETS_URL  : mixed = \trailingslashit(\SA_PARENT_URL) . 'assets/'
SA_CONTROLLERS_DIR  : mixed = \trailingslashit(\SA_PARENT_DIR) . 'controllers/'
SA_CONTROLLERS_URL  : mixed = \trailingslashit(\SA_PARENT_URL) . 'controllers/'
SA_CORE_DIR  : mixed = \trailingslashit(\SA_PARENT_DIR) . 'core/'
SA_CORE_URL  : mixed = \trailingslashit(\SA_PARENT_URL) . 'core/'
SA_DB_CACHE_TIMEOUT  : mixed = $sa_cache_timeout * 60
SA_EXTENSIONS_DIR  : mixed = \trailingslashit(\SA_PARENT_DIR) . 'extensions/'
SA_EXTENSIONS_URL  : mixed = \trailingslashit(\SA_PARENT_URL) . 'extensions/'
SA_META_PREFIX  : mixed = '_sa_'
SA_MODELS_DIR  : mixed = \trailingslashit(\SA_PARENT_DIR) . 'models/'
SA_MODELS_URL  : mixed = \trailingslashit(\SA_PARENT_URL) . 'models/'
SA_PARENT_DIR  : mixed = \plugin_dir_path(__FILE__)
SA_PARENT_URL  : mixed = \plugin_dir_url(__FILE__)
SA_STRIPE_PUBLISHKEY  : mixed = $sa_stripe_pub_key
SA_STRIPE_SECRETKEY  : mixed = $sa_stripe_sec_key
SA_VIEWS_DIR  : mixed = \trailingslashit(\SA_PARENT_DIR) . 'views/'
SA_VIEWS_URL  : mixed = \trailingslashit(\SA_PARENT_URL) . 'views/'
WP_DEFAULT_THEME  : mixed = 'myslp-dashboard-theme'

Constants

SA_CONTROLLERS_DIR

public mixed SA_CONTROLLERS_DIR = \trailingslashit(\SA_PARENT_DIR) . 'controllers/'

SA_CONTROLLERS_URL

public mixed SA_CONTROLLERS_URL = \trailingslashit(\SA_PARENT_URL) . 'controllers/'

SA_EXTENSIONS_DIR

public mixed SA_EXTENSIONS_DIR = \trailingslashit(\SA_PARENT_DIR) . 'extensions/'

SA_EXTENSIONS_URL

public mixed SA_EXTENSIONS_URL = \trailingslashit(\SA_PARENT_URL) . 'extensions/'
On this page

Search results