You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( version_compare( PHP_VERSION, '7.1', '<' ) ) {
/**
* Show warning message to sites on old versions of PHP.
*/
function coil_show_php_warning() {
echo '<div class="error"><p>' . esc_html__( 'Coil Web Monetization requires PHP 7.1 or newer. Please contact your web host for information on updating PHP.', 'coil-web-monetization' ) . '</p></div>';