cb-core-install.php
Table of Contents
Functions
- cb_core_install_events() : mixed
- CB Core Install Events
- cb_core_install_spot_bonuses() : mixed
- Installs our spot bonus table on the database.
- cb_core_install_transactions() : mixed
- CB Core Install Transactions
- cb_core_install_participation() : mixed
- CB Core Install Participation
- cb_core_install_contests() : mixed
- CB Core Install Contests
- cb_core_install_request_items() : mixed
- CB Core Install Request Items
- cb_core_install_requests() : mixed
- CB Core Install Requests
- cb_core_prepare_install() : mixed
- Put stuff here that you want to run before installation.
- cb_core_install() : mixed
- Installs all our tables on the database.
Functions
cb_core_install_events()
CB Core Install Events
cb_core_install_events() : mixed
Installs our events table on the database.
Tags
cb_core_install_spot_bonuses()
Installs our spot bonus table on the database.
cb_core_install_spot_bonuses() : mixed
Tags
cb_core_install_transactions()
CB Core Install Transactions
cb_core_install_transactions() : mixed
Installs our transactions table on the database.
Tags
cb_core_install_participation()
CB Core Install Participation
cb_core_install_participation() : mixed
Installs our transactions table on the database.
Tags
cb_core_install_contests()
CB Core Install Contests
cb_core_install_contests() : mixed
Installs our contests table on the database.
Tags
cb_core_install_request_items()
CB Core Install Request Items
cb_core_install_request_items() : mixed
Installs our request items table on the database.
Tags
cb_core_install_requests()
CB Core Install Requests
cb_core_install_requests() : mixed
Installs our requests table on the database.
Tags
cb_core_prepare_install()
Put stuff here that you want to run before installation.
cb_core_prepare_install() : mixed
Tags
cb_core_install()
Installs all our tables on the database.
cb_core_install([mixed $active_components = array() ]) : mixed
Also flushes the WordPress cache and rewrite rules so that our pages still show up after plugins get updated.
Parameters
- $active_components : mixed = array()