![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/giraluanda.com/wp-content/plugins/the-events-calendar/src/views/v2/ |
<div class="tribe-view tribe-view--not-found-slug tribe-view--<?php echo esc_attr( $requested_view ) ?>"> <p>There is no view registered for the <code><?php echo esc_html( $requested_view ) ?></code> slug.</p> <p>Make sure to register a view for the <code><?php echo esc_html( $requested_view ) ?></code> in the <code>tribe_events_views</code> filter, you can use code like this one in your plugin or theme <code>functions.php</code> file:</p> <pre> <code> <?php function my_plugin_add_custom_views( array $views ){ $views['<?php echo esc_html( $requested_view ) ?>'] => My_Custom_View::class; return $views; } add_filter( 'tribe_events_views', 'my_plugin_add_custom_views' ); </code> </pre> </div>