Skip to content

Instantly share code, notes, and snippets.

View Cristilupchian's full-sized avatar

Cristi Cristilupchian

View GitHub Profile
@Cristilupchian
Cristilupchian / gravityview-trigger-gform_after_submission-form-12.php
Last active March 1, 2019 11:46 — forked from zackkatz/gravityview-trigger-gform_after_submission-form-12.php
GravityView - Trigger the `gform_after_submission` action when an entry is edited, but ONLY for Form #12.
<?php
/**
* GravityView doesn't trigger the `gform_after_submission` action when editing entries. This does that,
* but ONLY FOR FORM #12.
*
* @param array $form
* @param int $entry_id ID of the entry being updated
* @param GravityView_Edit_Entry_Render $object
*
@Cristilupchian
Cristilupchian / style.css
Last active June 6, 2017 22:44
Woocommerce Account Page Style -
/*CSS style for a nicer Woocommerce Account Page than the default one -*/
/*Note - although this is general WooCommerce styling there is a line of code which it's specific to X-theme */
.woocommerce-MyAccount-content{
color:rgb(13, 30, 50);
}
.woocommerce-MyAccount-content strong{
text-transform:capitalize;
}
.woocommerce-account h2{