Table of Contents
Functions
inc/options.php : 702
caweb_default_favicon_url()
Default CAWeb fav ico URL
caweb_default_favicon_url() : \URIReturn values
\URI
inc/options.php : 711
caweb_favicon_name()
Retrieve CAWeb fav icon filename
caweb_favicon_name() : stringReturn values
string
inc/options.php : 489
caweb_get_site_options()
Returns and array of just the CA Site Options
caweb_get_site_options( $group = '', $special = false, $with_values = false) : arrayReturn values
array
inc/options.php : 155
caweb_load_themes_tools()
If direct access to certain menus is accessed
redirect to admin page
caweb_load_themes_tools() : voidReturn values
void
inc/options.php : 250
caweb_option_page()
Setup CAWeb Options Menu
caweb_option_page() : voidReturn values
void
inc/options.php : 177
caweb_pre_update_site_option_caweb_password()
Filters the GitHub API caweb_password option before its value is updated.
caweb_pre_update_site_option_caweb_password( $value, $old_value, $option) : stringReturn values
string
inc/options.php : 237
caweb_retrieve_various_sanitized_options()
Retrieves certain CAWeb Options that have been uniquely sanitized
caweb_retrieve_various_sanitized_options( $value) : stringReturn values
string
inc/options.php : 195
caweb_sanitize_various_options()
Sanitize certain CAWeb Options that need to be uniquely sanitized
caweb_sanitize_various_options( $value, $old_value, $option) : stringReturn values
string
inc/options.php : 458
caweb_save_api_options()
Save API Values
caweb_save_api_options( $values = array()) : voidReturn values
void
inc/options.php : 474
caweb_save_multi_ga_options()
Save Multisite GA Values
caweb_save_multi_ga_options( $values = array()) : voidReturn values
void
inc/options.php : 342
caweb_save_options()
Save CAWeb Options
caweb_save_options(mixed||string|int $values = array(), mixed||string|int $files = array()) : voidReturn values
void
inc/options.php : 660
caweb_upload_external_files()
CAWeb upload CSS/JS files to the sites respective external directory
caweb_upload_external_files( $upload_path, mixed||string|int $prev_files = array(), mixed||string|int $existing_files = array(), mixed||string|int $uploaded_files = array()) : voidReturn values
void