template_paths = array( WPML_ST_PATH . '/templates/troubleshooting/', ); } public function get_model() { return array( 'buttonLabel' => __( 'Recreate ST DB cache tables', 'wpml-string-translation' ), 'description' => __( 'Recreate String Translation cache tables when they are missing or are invalid.', 'wpml-string-translation' ), 'successMsg' => esc_js( __( 'Done', 'wpml-string-translation' ) ), 'nonce' => wp_create_nonce( 'wpml-st-upgrade-db-cache-command-nonce' ), ); } }