Created
November 10, 2021 11:22
-
-
Save codersaiful/7093cc88c433522e1b6825820dee3842 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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