Warning text on My Bookings page
-
I get the following message on the page for My Bookings in the column for the cancel link:
Warning: strstr(): Empty needle in /home/azsgpiller/public_html/wp-content/plugins/events-manager/templates/templates/my-bookings.php on line 99
In the code, in version I find this om line 99:
// @deprecated – stop using this and use em_my_bookings_booking_action_links below
$actions_text = apply_filters(’em_my_bookings_booking_actions’, $cancel_link_text, $EM_Booking, $cancel_links);
if( strstr( $actions_text, $cancel_link_text ) )Where do I put the code? On the My Bookings page, there is only this text: ‘CONTENTS’ and in the settings i point at the My Bookings page.
- The topic ‘Warning text on My Bookings page’ is closed to new replies.