File manager - Edit - /home/proidvn/me.proid.vn/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.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings