SLP® phpDocs

myslp-site-architect.php

Table of Contents

Constants

SA_ALLOW_CACHE  = $sa_enable_cache
SA_ASSETS_DIR  = \trailingslashit(\SA_PARENT_DIR) . 'assets/'
SA_ASSETS_URL  = \trailingslashit(\SA_PARENT_URL) . 'assets/'
SA_CONTROLLERS_DIR  = \trailingslashit(\SA_PARENT_DIR) . 'controllers/'
SA_CONTROLLERS_URL  = \trailingslashit(\SA_PARENT_URL) . 'controllers/'
SA_CORE_DIR  = \trailingslashit(\SA_PARENT_DIR) . 'core/'
SA_CORE_URL  = \trailingslashit(\SA_PARENT_URL) . 'core/'
SA_DB_CACHE_TIMEOUT  = $sa_cache_timeout * 60
SA_EXTENSIONS_DIR  = \trailingslashit(\SA_PARENT_DIR) . 'extensions/'
SA_EXTENSIONS_URL  = \trailingslashit(\SA_PARENT_URL) . 'extensions/'
SA_META_PREFIX  = '_sa_'
SA_MODELS_DIR  = \trailingslashit(\SA_PARENT_DIR) . 'models/'
SA_MODELS_URL  = \trailingslashit(\SA_PARENT_URL) . 'models/'
SA_PARENT_DIR  = \plugin_dir_path(__FILE__)
SA_PARENT_URL  = \plugin_dir_url(__FILE__)
SA_STRIPE_PUBLISHKEY  = $sa_stripe_pub_key
SA_STRIPE_SECRETKEY  = $sa_stripe_sec_key
SA_VIEWS_DIR  = \trailingslashit(\SA_PARENT_DIR) . 'views/'
SA_VIEWS_URL  = \trailingslashit(\SA_PARENT_URL) . 'views/'
WP_DEFAULT_THEME  = '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