Lorenzo Orlando Caum
|
July 7, 2015 at 7:04 pm
https://events.codebasehq.com/projects/website/tickets/1822
PHP code test
//* Adjust the pre-approval messaging in registration checkout
add_filter ('FHEE__EE_SPCO_Reg_Step_Payment_Options___events_requiring_pre_approval__events_requiring_pre_approval_msg', 'ee_custom_messaging_pre_approval_registration_checkout');
function ee_custom_messaging_pre_approval_registration_checkout(){
return 'REPLACE ME';
}
CSS code test
/* Hide an element on the events listing page that has a class of postmeta */
.post-type-archive-espresso_events .postmeta {display:none;}
—
Lorenzo
|