Plugin Directory

Changeset 3465065


Ignore:
Timestamp:
02/19/2026 12:05:41 PM (2 days ago)
Author:
horendra
Message:

background image is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-login-page-logo/trunk/includes/clpl-core.php

    r3465064 r3465065  
    44function clpl_default_options_with_values_new() {
    55    return array(
     6
     7        // ========== LOGO ========== //
    68        'logo_field'           => '',
    79        'logo_width'           => 200,
     
    1315        'logo_border_radius'   => 0,
    1416        'logo_padding'         => 10,
     17
     18        // ========== BACKGROUND ========== //
    1519        'background_color'     => '#FFFFFF',
     20        'background_img'            => '',
     21
     22        // ========== REVIEW ========== //
    1623        'activation_time'      => time(),
    1724        'review_done'          => 0,
Note: See TracChangeset for help on using the changeset viewer.