A prompt to boost your lazy "do this" prompts. Install with one of the buttons below.
| import { | |
| add, | |
| eachMonthOfInterval, | |
| endOfYear, | |
| format, | |
| isEqual, | |
| isFuture, | |
| parse, | |
| startOfMonth, | |
| startOfToday, |
| <?php | |
| add_filter( | |
| 'forminator_cform_render_fields', | |
| function( $wrappers, $model_id ) { | |
| if( $model_id != 1441 ){ | |
| return $wrappers; | |
| } | |
| $select_fields_data = array( |
If you don't see any similar section on your vpn website,
DON'T try to search and get script from interne.
==> look up in checkpoint website for safe and avoid viruses or contact to your administrators.
| <?php | |
| /** | |
| * Plugin Name: [Forminator Pro] - Make an AJAX request upon an input | |
| * Plugin URI: https://premium.wpmudev.org/ | |
| * Description: Send an AJAX request when an input is filled (as of 1.11.3) | |
| * Author: Alessandro Kaounas @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org/ | |
| * Task: 0/1135022585412927/1164144055767340 | |
| * License: GPLv2 or later | |
| */ |
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
| <?php | |
| /** | |
| * Plugin Name: Forminator | |
| * Description: Limit form submissions per IP for 24 hours. | |
| * Author: Konstantinos Xenos @ WPMUDEV | |
| * Author URI: https://premium.wpmudev.org | |
| * License: GPLv2 or later | |
| */ |
| "use strict"; | |
| // Load plugins | |
| const autoprefixer = require("autoprefixer"); | |
| const browsersync = require("browser-sync").create(); | |
| const cp = require("child_process"); | |
| const cssnano = require("cssnano"); | |
| const del = require("del"); | |
| const eslint = require("gulp-eslint"); | |
| const gulp = require("gulp"); |
| <?php | |
| /** | |
| * Estimates the reading time for a given piece of $content. | |
| * | |
| * @param string $content Content to calculate read time for. | |
| * @param int $wpm Estimated words per minute of reader. | |
| * | |
| * @returns int $time Esimated reading time. | |
| */ | |
| function prefix_estimated_reading_time( $content = '', $wpm = 300 ) { |