This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* This code uses the original function and | |
* adds a shortcode functionality to display the product loop with | |
* the products that are available adding also another shortcode for | |
* products that are unavailable | |
* | |
* Usage: [bookable_products start="2019-10-10" end="2019-10-15"] | |
* [unbookable_products start="2019-10-10" end="2019-10-15"] | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
This will add a bulk amount of domains to Uptimee Robot, | |
did this due to having a massive new amount of clients | |
and wanting to streamline the pricess | |
The function was built with the help of AI, I've corrected some stuff and added some workarounds for time limits and etc. | |
Tested to be working, needed a couple of runs to prevent duplicate domains from being added again | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Finds all HTML comments with the `#include` tag, extracts the file path from the tag, | |
* loads the contents of the file using an XMLHttpRequest, and inserts the file contents into the | |
* DOM, next to the comment node. If the file contents contain any script tags, those scripts are | |
* also added to the DOM and executed. | |
* | |
* Author: chob.pt | |
* | |
*/ | |
function onDocumentReady() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Chob 2023 | |
- Place this file on your theme and call it from functions.php OR, | |
- Simply copy the contents of this file and use Elementor > Code Blocks | |
to paste this code inside <script></script> tags. | |
Enjoy! | |
*/ | |
jQuery(document).ready(function(){ | |
jQuery( document ).on( 'elementor/popup/show', () => { | |
jQuery('.select2-hidden-accessible').each(function(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (C) 2024 elemailer | |
# This file is distributed under the GPL-2.0+. | |
msgid "" | |
msgstr "" | |
"Project-Id-Version: Elemailer 4.1.5\n" | |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elemailer\n" | |
"Last-Translator: chob <[email protected]> \n" | |
"Language-Team: LANGUAGE <[email protected]>\n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" |