Raydium Framework

sample-wp.php

Table of Contents

ABSPATH  = __DIR__ . '/'
AUTH_KEY  = 'put your unique phrase here'
AUTH_SALT  = 'put your unique phrase here'
AUTOMATIC_UPDATER_DISABLED  = \false
COMPRESS_CSS  = \true
COMPRESS_SCRIPTS  = \true
DB_CHARSET  = 'utf8mb4'
DB_COLLATE  = ''
DB_HOST  = 'localhost'
DB_NAME  = 'your_database_name'
DB_PASSWORD  = 'your_password'
DB_USER  = 'your_username'
DISALLOW_FILE_EDIT  = \true
DISALLOW_INDEXING  = \true
DISALLOW_UNFILTERED_HTML  = \true
EMPTY_TRASH_DAYS  = 30
ENFORCE_GZIP  = \true
FORCE_SSL_ADMIN  = \true
FS_CHMOD_DIR  = 0755
FS_CHMOD_FILE  = 0644
LOGGED_IN_KEY  = 'put your unique phrase here'
LOGGED_IN_SALT  = 'put your unique phrase here'
NONCE_KEY  = 'put your unique phrase here'
NONCE_SALT  = 'put your unique phrase here'
SAVEQUERIES  = \true
SCRIPT_DEBUG  = \true
SECURE_AUTH_KEY  = 'put your unique phrase here'
SECURE_AUTH_SALT  = 'put your unique phrase here'
WP_AUTO_UPDATE_CORE  = \true
WP_CACHE  = \true
WP_DEBUG  = \false
WP_DEBUG_DISPLAY  = \false
WP_DEBUG_LOG  = \false
WP_DISABLE_FATAL_ERROR_HANDLER  = \false
WP_MEMORY_LIMIT  = '512M'
WP_POST_REVISIONS  = 5
custom_error_handler()  : mixed

Constants

ABSPATH

public mixed ABSPATH = __DIR__ . '/'

AUTH_KEY

public mixed AUTH_KEY = 'put your unique phrase here'

AUTH_SALT

public mixed AUTH_SALT = 'put your unique phrase here'

AUTOMATIC_UPDATER_DISABLED

public mixed AUTOMATIC_UPDATER_DISABLED = \false

COMPRESS_CSS

public mixed COMPRESS_CSS = \true

COMPRESS_SCRIPTS

public mixed COMPRESS_SCRIPTS = \true

DB_CHARSET

public mixed DB_CHARSET = 'utf8mb4'

DB_NAME

public mixed DB_NAME = 'your_database_name'

DB_PASSWORD

public mixed DB_PASSWORD = 'your_password'

DB_USER

public mixed DB_USER = 'your_username'

DISALLOW_FILE_EDIT

public mixed DISALLOW_FILE_EDIT = \true

DISALLOW_INDEXING

public mixed DISALLOW_INDEXING = \true

DISALLOW_UNFILTERED_HTML

public mixed DISALLOW_UNFILTERED_HTML = \true

EMPTY_TRASH_DAYS

public mixed EMPTY_TRASH_DAYS = 30

ENFORCE_GZIP

public mixed ENFORCE_GZIP = \true

FORCE_SSL_ADMIN

public mixed FORCE_SSL_ADMIN = \true

FS_CHMOD_DIR

public mixed FS_CHMOD_DIR = 0755

FS_CHMOD_FILE

public mixed FS_CHMOD_FILE = 0644

LOGGED_IN_KEY

public mixed LOGGED_IN_KEY = 'put your unique phrase here'

LOGGED_IN_SALT

public mixed LOGGED_IN_SALT = 'put your unique phrase here'

NONCE_KEY

public mixed NONCE_KEY = 'put your unique phrase here'

NONCE_SALT

public mixed NONCE_SALT = 'put your unique phrase here'

SAVEQUERIES

public mixed SAVEQUERIES = \true

SCRIPT_DEBUG

public mixed SCRIPT_DEBUG = \true

SECURE_AUTH_KEY

public mixed SECURE_AUTH_KEY = 'put your unique phrase here'

SECURE_AUTH_SALT

public mixed SECURE_AUTH_SALT = 'put your unique phrase here'

WP_AUTO_UPDATE_CORE

public mixed WP_AUTO_UPDATE_CORE = \true

WP_DEBUG_DISPLAY

public mixed WP_DEBUG_DISPLAY = \false

WP_DEBUG_LOG

public mixed WP_DEBUG_LOG = \false

WP_DISABLE_FATAL_ERROR_HANDLER

public mixed WP_DISABLE_FATAL_ERROR_HANDLER = \false

WP_MEMORY_LIMIT

public mixed WP_MEMORY_LIMIT = '512M'

WP_POST_REVISIONS

public mixed WP_POST_REVISIONS = 5

Functions

custom_error_handler()

custom_error_handler(mixed $errno, mixed $errstr, mixed $errfile, mixed $errline) : mixed
Parameters
$errno : mixed
$errstr : mixed
$errfile : mixed
$errline : mixed
Return values
mixed

Search results