add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
/*
* The Events Calendar - Make code empty if it's 0 or Free
*/
add_filter ( 'tribe_get_cost', 'tribe_not_show_free', 10, 3 );
function tribe_not_show_free ( $cost, $post_id, $with_currency_symbol ) {
if ( $cost == 0 || $cost == 'Free' ) {
$cost = '';
}
return $cost;
}
function ru_conditional_email_template( $search_replace, $sanitized_data ) {
$member_message = 'Member luncheon: $30.00 payable in cash or cheque due on the day of luncheon.';
$non_member_message = 'Non-member luncheon: $50.00 payable in cash or cheque due on the day of luncheon; Special Offer: Non-members have your first lunch at the Member rate of $30.00.';
$search_replace['{conditional-message}'] = $non_member_message;
if ( isset( $sanitized_data['are-you-a-memberf'] ) && $sanitized_data['are-you-a-memberf'] === 'Yes' ) {
$search_replace['{conditional-message}'] = $member_message;
}
return $search_replace;
}
add_filter( 'rtec_email_templating', 'ru_conditional_email_template', 10, 2 );
/*
add_filter('pre_wp_mail', 'wp_disable_emails');
function wp_disable_emails() {
return false;
}
*/
/*
function add_captcha_to_pdb_form($content) {
$captcha_html = '
Event pricing $25 for Members and $30 for Non-members
Workshop $80.
– unless stated otherwise
Lunches are now every Thursday but could be the 3rd or the 4th Thursday of the month.
*Note: If you need to cancel your RSVP please email Joan@Kuritec.com
Best Western Brantford Hotel and Conference Centre
19 Holiday Drive, Brantford, ON, Canada
We welcome Blair McCreadie who will be speaking about Employment Law Updates. Blair McCreadie is a partner in the Employment & Labour Group of Dentons Canada LLP's Toronto office, where he practises in all areas of employment and labour law. Blair is also a member of the firm’s Public Policy Practice Group, and provides strategic […]
Best Western Brantford Hotel and Conference Centre
19 Holiday Drive, Brantford, ON, Canada
Come listen to a Lawyer from Hicks Morley speak on workplace investigations. Lydia Bay is a labour and employment lawyer in Hicks Morley’s Waterloo office. She provides advice and representation to employers and management on a wide range of human resources matters, including practical and strategic advice on issues relating […]
Best Western Brantford Hotel and Conference Centre
19 Holiday Drive, Brantford, ON, Canada
Natasha Savoline, Lawyer & HR Advisor Natasha joined Bernardi Human Resource Law in 2014 as a Lawyer and HR Advisor. Since 2003 she has been advising private and public sector employers and HR professionals on all aspects of labour and employment law matters using a balanced and proactive approach. Natasha is an experienced workplace investigator […]
Best Western Brantford Hotel and Conference Centre
19 Holiday Drive, Brantford, ON, Canada
The Office of the Employer Adviser (OEA) is an independent agency of the Ministry of Labour (MOL) and has been helping Ontario employers manage their workplace safety and insurance costs since 1985. We provide expert advice to any size employer, and represent primarily employers who employ fewer than 100 employees. Our service is completely confidential and […]
Best Western Brantford Hotel and Conference Centre
19 Holiday Drive, Brantford, ON, Canada
What is PPA(Personal Profile Analysis)? Join us for an exciting presentation from Ray Getson of Thomas International who will help you interpret your own Personal Profile Analysis (PPA) tool. All participants will be sent a FREE test to complete prior to the event. All registered participants will be sent an assessment to complete before […]