Skip to content

Instantly share code, notes, and snippets.

@codersaiful
Created November 10, 2021 11:22
Show Gist options
  • Save codersaiful/7093cc88c433522e1b6825820dee3842 to your computer and use it in GitHub Desktop.
Save codersaiful/7093cc88c433522e1b6825820dee3842 to your computer and use it in GitHub Desktop.
<?php
function ca_notice_timeout_change($WPT_DATA){
$WPT_DATA['notice_timeout'] = 10000; //mili seconds
return $WPT_DATA;
}
add_filter('wpto_localize_data','ca_notice_timeout_change');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment