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
https://framesandwalls.com/feed/ |
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
<? | |
add_filter( 'get_comment_date', 'vhmc_get_comment_date' ); | |
function vhmc_get_comment_date( $d ) { | |
$d = date("m.d.y"); // Formats: https://codex.wordpress.org/Formatting_Date_and_Time | |
return $d; | |
} |
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
select * from wp_options | |
where option_name = 'active_plugins' |
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
a:2:{ | |
i:0;s:44:"aftership-woocommerce-tracking/aftership.php"; | |
i:1;s:19:"akismet/akismet.php";} |
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
select * from wp_options | |
where option_name = 'active_plugins' |
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
# formatted for readability | |
update wp_options | |
set option_value = 'a:2:{ | |
i:0;s:44:"aftership-woocommerce-tracking/aftership.php"; | |
i:1;s:19:"akismet/akismet.php";}' | |
where option_name = 'active_plugins' |
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
// Open: /wp-content/plugins/wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php | |
// Find code and comment... | |
// show notice if license is invalid | |
if ( ! $this->license_is_valid() ) { | |
if ( $this->get_license_key() == '' ) { | |
$message = '<b>Warning!</b> You didn\'t set your %s license key yet, which means you\'re missing out on updates and support! <a href="%s">Enter your license key</a> or <a href="%s" target="_blank">get a license here</a>.'; | |
} else { | |
$message = '<b>Warning!</b> Your %s license is inactive which means you\'re missing out on updates and support! <a href="%s">Activate your license</a> or <a href="%s" target="_blank">get a license here</a>.'; |
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
<h5>Notebook for</h5> | |
<h1>Diálogos entre Leonardo Da Vinci y Steve Jobs: en algún lugar del universo (Spanish Edition)</h1> | |
<h4>Valdes, Luigi</h4> | |
<h6>Citation (Chicago Style): Valdes, Luigi. . , 2014. Kindle edition.</h6> | |
<h3>El contexto del mundo de Jobs.</h3> | |
<h6>Location 184</h6> | |
El conocimiento, la información, la oportunidad y la velocidad se convierten en los nuevos factores de producción. | |
val it : unit = () |
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
#r @"..\packages\FSharp.Data.2.3.2\lib\net40\FSharp.Data.dll" | |
open FSharp.Data | |
// Type Provider | |
let file () = __SOURCE_DIRECTORY__ + @"\Kindle_Bookmarks.html" | |
let htmlDoc () = HtmlDocument.Load(file()) | |
// Types | |
type Line = |
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
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" > | |
<html xmlns="http://www.w3.org/TR/1999/REC-html-in-xml" xml:lang="en" | |
lang="en"> | |
<head> | |
<!-- Styles --> | |
</head> | |
<body> | |
<div class="bodyContainer"> |
NewerOlder