Changeset 3465065
- Timestamp:
- 02/19/2026 12:05:41 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
custom-login-page-logo/trunk/includes/clpl-core.php
r3465064 r3465065 4 4 function clpl_default_options_with_values_new() { 5 5 return array( 6 7 // ========== LOGO ========== // 6 8 'logo_field' => '', 7 9 'logo_width' => 200, … … 13 15 'logo_border_radius' => 0, 14 16 'logo_padding' => 10, 17 18 // ========== BACKGROUND ========== // 15 19 'background_color' => '#FFFFFF', 20 'background_img' => '', 21 22 // ========== REVIEW ========== // 16 23 'activation_time' => time(), 17 24 'review_done' => 0,
Note: See TracChangeset
for help on using the changeset viewer.