/
home
/
vianto5
/
.trash
/
cititower.mx
/
wp-content
/
plugins
/
wpml-wpforms
/
classes
/
Loader
/
/home/vianto5/.trash/cititower.mx/wp-content/plugins/wpml-wpforms/classes/Loader
mkdir
upload
Name
Size
Mode
Actions
WpForms.php
2594
0644
edit
dl
rm
WpFormsStatus.php
229
0644
edit
dl
rm
Edit:
/home/vianto5/.trash/cititower.mx/wp-content/plugins/wpml-wpforms/classes/Loader/WpFormsStatus.php
(229B)
<?php namespace WPML\Forms\Loader; class WpFormsStatus implements AddonStatus { /** * Checks if Add-On is active. * * @return bool */ public function isActive() { return (bool) did_action( 'wpforms_loaded' ); } }
Save