MLA_AJAX_EXCEPTIONS
Activates full MLA load for specified AJAX actions; can be set in wp-config.php
public
mixed
MLA_AJAX_EXCEPTIONS
= ''
Activates full MLA load for specified AJAX actions; can be set in wp-config.php
public
mixed
MLA_AJAX_EXCEPTIONS
= ''
public
mixed
MLA_BACKUP_DIR
= $content_dir . '/mla-backup/'
public
mixed
MLA_BACKUP_DIR
= $content_dir . '/mla-backup/'
Activates debug options; can be set in wp-config.php
public
mixed
MLA_DEBUG_LEVEL
= 1
Gives a unique prefix for plugin options; can be set in wp-config.php
public
mixed
MLA_OPTION_PREFIX
= 'mla_'
Gives a unique prefix for plugin options; can be set in wp-config.php
public
mixed
MLA_OPTION_PREFIX
= 'mla_'
Provides the plugin's directory name, relative to the plugins directory, without leading or trailing slashes.
public
mixed
MLA_PLUGIN_BASENAME
= \dirname(\plugin_basename(__FILE__))
Provides path information to the plugin root in file system format, including the trailing slash.
public
mixed
MLA_PLUGIN_PATH
= \plugin_dir_path(__FILE__)
Provides path information to the plugin root in file system format, including the trailing slash.
public
mixed
MLA_PLUGIN_PATH
= \rtrim(\dirname(__FILE__), '/\\') . '/'
Provides path information to the plugin root in URL format.
public
mixed
MLA_PLUGIN_URL
= \plugin_dir_url(__FILE__)
Displays version conflict error messages at the top of the Dashboard
mla_plugin_loader_reporting_action() : mixed
Displays name conflict error messages at the top of the Dashboard
mla_name_conflict_reporting_action() : mixed