Plugin Directory

Changeset 3448227


Ignore:
Timestamp:
01/27/2026 10:04:11 PM (6 weeks ago)
Author:
vectoron
Message:

Fix: register_setting() defaults now match activation behavior ('always' instead of 'auto')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vectoron/trunk/includes/settings-page.php

    r3448212 r3448227  
    5252            'type'              => 'string',
    5353            'sanitize_callback' => 'vectoron_sanitize_elementor_sync_mode',
    54             'default'           => 'auto',
     54            'default'           => 'always',
    5555        )
    5656    );
     
    6363            'type'              => 'string',
    6464            'sanitize_callback' => 'vectoron_sanitize_beaver_builder_sync_mode',
    65             'default'           => 'auto',
     65            'default'           => 'always',
    6666        )
    6767    );
     
    7474            'type'              => 'string',
    7575            'sanitize_callback' => 'vectoron_sanitize_divi_sync_mode',
    76             'default'           => 'auto',
     76            'default'           => 'always',
    7777        )
    7878    );
Note: See TracChangeset for help on using the changeset viewer.