File manager - Edit - /home/palg2351/public_html/wp-content/plugins/jetformbuilder/components/db/db-tools.php
Back
<?php namespace JFB_Components\Db; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Db_Tools { public static function sanitize_column( $name ): string { if ( ! is_string( $name ) ) { return ''; } return preg_replace( '/[^a-z0-9_\-\`\.]/', '', $name ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.2 |
proxy
|
phpinfo
|
Settings