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
// general PHP and WordPress warnings, error messages and status information | |
define( 'WP_DEBUG', true ); | |
define( 'WP_DEBUG_LOG', true ); | |
define( 'WP_DEBUG_DISPLAY', false ); | |
define( 'WPS_DEBUG', true ); | |
// script and style | |
define( 'WPS_DEBUG_SCRIPTS', true ); |
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 | |
/* Role_Based_Pricing | |
* | |
* | |
* | |
*/ | |
/* Role_Based_Pricing_Get_User |
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 | |
class Animation_Box { | |
public $assets; | |
public $used_assets; | |
public function __construct( $frank_assets ){ | |
$this->assets = $frank_assets; | |
$this->Animation_Box_shortcodes(); |
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 | |
/* Click_Hide_Admin_Toolbar | |
* | |
* | |
*/ | |
class Click_Hide_Admin_Toolbar { |
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 | |
/** | |
* Send Information to Twilio, Require SKD https://www.twilio.com/docs/libraries/php | |
* | |
* | |
*/ | |
require __DIR__ . '/twilio/Twilio/autoload.php'; | |
use Twilio\Rest\Client; | |
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 | |
/** | |
* Send Information to Twilio, Require SKD https://www.twilio.com/docs/libraries/php | |
* | |
* | |
*/ | |
require __DIR__ . '/twilio/Twilio/autoload.php'; | |
use Twilio\Rest\Client; |
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 | |
/* | |
* | |
* | |
* | |
* | |
*/ | |
class Name__Class { |
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
// CSS | |
div.select { | |
position: relative; | |
display: block; | |
width: 100%; | |
margin-bottom: 1rem; | |
border: 1px solid lightgrey; | |
border-radius: 10px; | |
} |
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 | |
function redirect_builder(){ | |
// CLEAN UP TAGS | |
// GATHER TAGS | |
$product_tag = 'product_tag'; | |
$tags = get_terms( array( | |
'taxonomy' => $product_tag, |
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 | |
/* | |
* | |
* | |
* | |
* | |
*/ | |
class Popup__Elm { | |
NewerOlder