Plugin Directory

Changeset 3465031


Ignore:
Timestamp:
02/19/2026 11:28:11 AM (2 days ago)
Author:
horendra
Message:

Background image is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-login-page-logo/tags/1.4/includes/clpl-settings-fields.php

    r3463338 r3465031  
    8585    function clpl_logo_width_callback() {
    8686
    87         $width = clpl_get_option('logo_width', '100');
     87        $width = clpl_get_option('logo_width');
    8888        echo '<input type="number" name="clpl_settings[logo_width]" id="clpl_logo_width" min="0" max="600"
    8989              placeholder="100" title = "Enter logo width" value="' . esc_attr($width) . '" />';
Note: See TracChangeset for help on using the changeset viewer.