'; if ( $this->settings()->get( 'fire_error' ) ) { echo esc_html__( 'Yoast SEO sitemap detected. Your 404 page is automatically excluded from the XML sitemap created by Yoast.', '404page' ); } else { echo esc_html__( 'Yoast SEO sitemap detected. Your 404 page is NOT automatically excluded from the XML sitemap created by Yoast, because you disabled the option "Send an 404 error if the page is accessed directly by its URL" on the "Advanced" tab.', '404page' ); } echo '
'; if ( $this->settings()->get( 'fire_error' ) ) { echo esc_html__( 'Jetpack sitemap detected. Your 404 page is automatically excluded from the XML sitemap created by Jetpack.', '404page' ); } else { echo esc_html__( 'Jetpack sitemap detected. Your 404 page is NOT automatically excluded from the XML sitemap created by Jetpack, because you disabled the option "Send an 404 error if the page is accessed directly by its URL" on the "Advanced" tab.', '404page' ); } echo '
'; echo esc_html__( 'WP Super Cache detected. All 404 errors are automatically excluded from caching.', '404page' ); echo '
'; echo esc_html__( 'W3 Total Cache detected. All 404 errors are automatically excluded from caching.', '404page' ); echo '
settings()->get( 'method' ), false ) . $dis . '/>'; echo '' . esc_html__( 'Activate Compatibility Mode', '404page' ) . ''; echo ' '; if ( $this->core()->is_native() ) { esc_html_e( 'This setting is not available because the Theme you are using natively supports the 404page plugin.', '404page' ); } elseif ( defined( 'CUSTOMIZR_VER' ) ) { esc_html_e( 'This setting is not availbe because the 404page Plugin works in Customizr Compatibility Mode.', '404page' ); } elseif ( defined( 'ICL_SITEPRESS_VERSION' ) ) { esc_html_e( 'This setting is not availbe because the 404page Plugin works in WPML Mode.', '404page' ); } else { esc_html_e( 'If you are using a theme or plugin that modifies the WordPress Template System, the 404page plugin may not work properly. Compatibility Mode maybe can fix the problem. Activate Compatibility Mode only if you have any problems.', '404page' ); } echo '