Authorization
CloudFront-Forwarded-Proto
CloudFront-Is-Desktop-Viewer
CloudFront-Is-Mobile-Viewer
CloudFront-Is-Tablet-Viewer
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
<div> | |
<style> | |
.contact-form__btn { | |
background-color: #207786; | |
border: none; | |
color: white; | |
padding: 15px 32px; | |
text-align: center; | |
text-decoration: none; | |
display: inline-block; |
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
"use strict"; | |
module.exports.run = () => { | |
const axios = require("axios"); | |
axios | |
.post("https://api.getshifter.io/v1/login", { | |
username: process.env.USERNAME, | |
password: `${process.env.PASSWORD}` | |
}) |
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
{ | |
"type": "package", | |
"package": { | |
"name": "beaver-builder/bb-plugin", | |
"type": "wordpress-plugin", | |
"version": "<VERSION_NUMBER>", | |
"dist": { | |
"type": "zip", | |
"url": "https://updates.wpbeaverbuilder.com/?fl-api-method=composer_download&download=bb-plugin-<VERSION>.zip&license=<LICENSE_KEY>" | |
}, |
- Theme: OceanWP
- Optimization Plugin: Autopimize
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 | |
/* | |
Plugin Name: Column Shortcodes | |
Version: 1.0 | |
Description: Adds shortcodes to easily create columns in your posts or pages | |
Author: Codepress | |
Author URI: https://www.admincolumns.com/ | |
Plugin URI: https://wordpress.org/plugins/column-shortcodes | |
Text Domain: column-shortcodes |
<div class="plan-box">
<div class="dc-table__plans" data-annual-discount="10">
<div class="amimoto-pricing-data" data-monthly="30">$<span class="price">30</span></div>
<div class="amimoto-pricing-data" data-monthly="60">$<span class="price">60</span></div>
</div>
</div>
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> | |
<head> | |
<meta charset="utf-8"> | |
<title>WP Simple Pay JS</title> | |
</head> | |
<body> | |
<a href="#" class="amimoto-plan" data-plan-id="123">Sign Up</a> |
NewerOlder