文件操作 - not-found.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/views/v2/not-found.php
编辑文件内容
<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>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件