• ❌ Close
    🎁
    Limited-Time One-Time Membership Bonus
    Offer ends: August 31, 2026 extra months free.
    Buy an eligible one-time membership and get up to 3 extra months free.
    View Offer →

Cornerstone - The WordPress Page Builder 7.8.12

✨ Join the Club & Unlock

Starting from €5.83/mo

  • Access to all products
  • Use on unlimited websites
  • Email update alerts
  • Instant download after payment
Download Cornerstone - The WordPress Page Builder 7.8.12 from nulled fire. Cornerstone is a 100% front-end WordPress page builder that will change the way you create pages.
Downloads 227
File Size 24.5 MB / .zip
Version 7.8.12 Report Update
Last Update
Go to file includes/classes/Services/Validation.php

Replace

PHP:
        // Purchase code is not valid
        if ( ! $validator->is_valid() ) {
            return array(
                'message' => csi18n('admin.validation-msg-invalid'),
                'button'  => csi18n('admin.validation-go-back'),
                'dismiss' => true,
            );
        }

With
PHP:
        // Purchase code is not valid
        if ( ! $validator->is_valid() ) {
            return array(
            'complete' => true,
            'message' => __( '<strong>Congratulations,</strong> your site is now validated!', 'cornerstone' )
            );
        }
Back