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 | |
# Helper methods to add to the acceptance tester class ($I) | |
/** | |
* Run this before submitting a form/clicking link when we want to check the page reloaded later | |
* | |
* Sets a JS var that we can check later to know that the page | |
* has reloaded | |
* |
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
[gv_promo_card large=1 aspect_ratio='' image_url='https://globalvoices.org/wp-content/uploads/2023/03/gv-inverted-earths-800x450.png' image_alt_text='Alt text' image_link_url='/about/'] | |
<h3>We are Global Voices</h3> | |
<big> Global Voices is an international, multilingual community of writers, translators, and human rights activists. Together, we leverage the power of the internet to tell stories that build understanding across borders.</big> | |
<big><a href="/about/">Learn more »</a></big>[/gv_promo_card] |
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
Array | |
( | |
[client_id] => | |
[client_secret] => | |
[access_front] => Array | |
( | |
[0] => administrator | |
) | |
[access_back] => Array |
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: AIWP Jer's Query Demo | |
* Plugin URI: https://jerclarke.org | |
* Description: Simple demo of Jer's custom queries using AIWP internals | |
* Author: Jer Clarke | |
* Version: 0.1 | |
* Author URI: https://jerclarke.org | |
* Text Domain: jer-aiwp-queriess | |
* Domain Path: /languages |
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: AIWP Jer's Filter Demo | |
* Plugin URI: https://jerclarke.org | |
* Description: Simple demo of Jer's filters for AIWP | |
* Author: Jer Clarke | |
* Version: 0.1 | |
* Author URI: https://jerclarke.org | |
* Text Domain: jer-demo | |
* Domain Path: /languages |
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
{ | |
"bundleId" : "com.knollsoft.Hookshot", | |
"defaults" : { | |
"allowAnyShortcut" : { | |
"bool" : false | |
}, | |
"almostMaximizeHeight" : { | |
"float" : 0 | |
}, | |
"almostMaximizeWidth" : { |
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
<em>Read the guide for instructions: <a href="https://bit.ly/gv-special-categories-temp-guide">Temporary Special Category Guide</a></em> | |
<em>For information on translating, see the guide <i data-stringify-type="italic"><a class="c-link" href="https://community.globalvoices.org/guide/lingua-guides/special-coverage-pages/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://community.globalvoices.org/guide/lingua-guides/special-coverage-pages/" data-sk="tooltip_parent">Translating Special Coverage</a></i></em> | |
<strong>DO NOT PUBLISH THIS!!!</strong> | |
Link to special category: ADD LINK HERE FOR CONVENIENCE | |
Full size featured image URL: ADD FEATURED IMAGE URL |
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
@-moz-document domain("developer.wordpress.org") { | |
/*Find this on Github Gist: https://gist.github.com/jerclarke/4aad7b92636baec4aae461f2f5820b1a*/ | |
body, | |
.single-handbook #primary, | |
.single-handbook #page { | |
background: #fff; | |
background: #232323; |
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
@-moz-document regexp("https?:\\/\\/([a-z0-9][a-z0-9-]+[a-z0-9]\\.readthedocs\\.io)(\\S+)") { | |
@media (prefers-color-scheme: dark) { | |
/*Syntax Highlighting*/ | |
.rst-content pre.literal-block, .rst-content div[class^='highlight'] { | |
border-color: transparent; | |
} | |
pre { | |
background-color: #191919 !important; | |
font-weight: bold; | |
font-family: "JetBrains Mono", monospace; |
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
@-moz-document domain("advancedcustomfields.com") { | |
body, #wrap {background: #333; color: #fff;} | |
#sidebar:after, | |
#wrap pre[class*=language-]{background: #222; border-color: #111;} | |
.links-list>li { | |
border-color: #999; | |
} |
NewerOlder