Current Path: > home > transcarter > > www > wp-content > themes > archives_1753881676 > inc
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
custom-header.php | File | 2835 bytes | July 30 2025 13:21:27. | |
customizer.php | File | 13284 bytes | July 30 2025 13:21:27. | |
sanitization-functions.php | File | 927 bytes | July 30 2025 13:21:27. |
<?php // select sanitization function function highstarter_sanitize_select( $input, $setting ) { // Ensure input is a slug. $input = sanitize_key( $input ); // Get list of choices from the control associated with the setting. $choices = $setting->manager->get_control( $setting->id )->choices; // If the input is a valid key, return it; otherwise, return the default. return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); } // checkbox sanitization function function highstarter_sanitize_checkbox( $checked ) { // Boolean check. return ( ( isset( $checked ) && true == $checked ) ? true : false ); } function highstarter_sanitize_number_absint() { // Ensure $number is an absolute integer (whole number, zero or greater). $number = absint( $number ); // If the input is an absolute integer, return it; otherwise, return the default // return ( $number ? $number : $setting->default ); }
SILENT KILLER Tool