Tribe__Events__Main::missing_common_libs()
Display a missing-tribe-common library error
Source
File: src/Tribe/Main.php
public function missing_common_libs() {
?>
<div class="error">
<p>
<?php
echo esc_html__(
'It appears as if the tribe-common libraries cannot be found! The directory should be in the "common/" directory in the events calendar plugin.',
'the-events-calendar'
);
?>
</p>
</div>
<?php
}