STRATO-apps/wordpress_03/app/wp-content/plugins/fluentformpro/src/classes/Calculation.php
SHA-256: e8f976a610f687167c707b4e52993cecafadcc5bf664f37234a4d3f1f012d4c1
<?php
namespace FluentFormPro\classes;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class Calculation
{
public function enqueueScripts()
{
wp_enqueue_script('fluentform-advanced');
wp_enqueue_script('fluent-math-expression', FLUENTFORMPRO_DIR_URL.'public/libs/math-expression.min.js', array(), '1.2.17');
}
}