File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/DonationForms/resources/app/utilities/conditionOperatorFunctions.js
Back
/** * An object of functions for checking whether simple conditions are met. * * @since 3.0.0 */ const operatorFunctions = { '=': (a, b) => a == b, '!=': (a, b) => a != b, '>': (a, b) => a > b, '>=': (a, b) => a >= b, '<': (a, b) => a < b, '<=': (a, b) => a <= b, contains: (a, b) => String(a).includes(b), not_contains: (a, b) => !String(a).includes(b), }; export default operatorFunctions;
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings