File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/modules/webhook/db/constraints/tokens-model-constraint.php
Back
<?php namespace JFB_Modules\Webhook\Db\Constraints; use Jet_Form_Builder\Db_Queries\Base_Db_Constraint; use JFB_Modules\Webhook\Db\Models\Tokens_Model; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Tokens_Model_Constraint extends Base_Db_Constraint { public function __construct() { $this->set_model( new Tokens_Model() ); $this->set_foreign_keys( array( 'token_id' ) ); $this->on_delete( self::ACTION_CASCADE ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings