Changes between Initial Version and Version 1 of Ticket #28721, comment 12
- Timestamp:
- 11/09/2017 06:30:30 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28721, comment 12
initial v1 15 15 } ) 16 16 }}} 17 '''Update:''' As of WordPress 4.9 the `save` call should be changed to the following so that the UI reflects the new state: 18 {{{#!js 19 wp.customize.state( 'selectedChangesetStatus' ).set( 'future' ); 20 wp.customize.state( 'selectedChangesetDate' ).set( changesetDate ); 21 wp.customize.previewer.save(); // Reads from state for default values. 22 }}} 17 23 3. Assuming that WP Cron is running properly your environment, you should see the new site title “Scheduled Title” at the designated time. 18 24