- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
13 lines
335 B
PHP
13 lines
335 B
PHP
<?php
|
|
|
|
// Exit if accessed directly.
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
?>
|
|
<div class="wpforms-builder-provider-connections-error wpforms-hidden">
|
|
<span class="wpforms-builder-provider-connections-error-message">
|
|
<?php esc_html_e( 'Something went wrong while performing an AJAX request.', 'wpforms-lite' ); ?>
|
|
</span>
|
|
</div>
|