Changeset 3448227
- Timestamp:
- 01/27/2026 10:04:11 PM (6 weeks ago)
- File:
-
- 1 edited
-
vectoron/trunk/includes/settings-page.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vectoron/trunk/includes/settings-page.php
r3448212 r3448227 52 52 'type' => 'string', 53 53 'sanitize_callback' => 'vectoron_sanitize_elementor_sync_mode', 54 'default' => 'a uto',54 'default' => 'always', 55 55 ) 56 56 ); … … 63 63 'type' => 'string', 64 64 'sanitize_callback' => 'vectoron_sanitize_beaver_builder_sync_mode', 65 'default' => 'a uto',65 'default' => 'always', 66 66 ) 67 67 ); … … 74 74 'type' => 'string', 75 75 'sanitize_callback' => 'vectoron_sanitize_divi_sync_mode', 76 'default' => 'a uto',76 'default' => 'always', 77 77 ) 78 78 );
Note: See TracChangeset
for help on using the changeset viewer.