This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Checkbox switch</title> | |
<style> | |
.checkswitch{ | |
display: flex; | |
justify-content: flex-start; |
This file contains 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 | |
/** | |
* @const string WB_URL | |
* @const string PAGES_DIRECTORY | |
* @const string PAGE_EXTENSION | |
* @const string TP alias for TABLE_PREFIX | |
*/ | |
/** | |
* USAGE: put this file in the root directory of your WBCE installation, |
This file contains 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 | |
/** | |
* ProcessWire PhpStorm Meta | |
* | |
* @source https://processwire.com/talk/topic/10747-phpstorm-autocompletion-and-typehinting-of-wirexx/ | |
* @see https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata | |
* @credits https://processwire.com/talk/profile/560-interrobang/ | |
* | |
* Place the contents of this git in a file name .phpstorm.meta.php in the root of your project |
This file contains 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
<h2>Test</h2> | |
<?=obfuscateEmailWithJS("info@example.com",true)?><br> | |
<?=obfuscateEmailWithJS("doris.mustermann@example1.com",true,"Lorem ipsum")?><br> | |
<p>Lorem ipsum, dolor sit amet consectetur <?=obfuscateEmailWithJS("info@example.com",true)?> adipisicing elit. Cumque, veritatis? Cumque ut aut quidem suscipit saepe earum ducimus sunt nobis, cupiditate autem quaerat soluta atque veritatis similique minus sequi quasi?</p> | |