3.4 Checking the License is Still Valid Periodically

function chimpbridge_check_license_still_valid() { global $wp_version; $check_option_key = ‘chimpbridge_check_option_key’; if ( get_option( $check_option_key ) and get_option( $check_option_key ) > current_time( ‘timestamp’ ) ) return; $license = trim( get_option( CHIMPBRIDGE_LICENSE_KEY ) );…

Read More

Feedback