I hereby claim:
- I am pento on github.
- I am pento (https://keybase.io/pento) on keybase.
- I have a public key whose fingerprint is B3B5 DF2A 48B4 C067 7628 6491 5B08 7A47 D0D6 EE94
To claim this, I am signing this object:
// License: GPLv2+ | |
var el = wp.element.createElement, | |
registerBlockType = wp.blocks.registerBlockType, | |
ServerSideRender = wp.components.ServerSideRender, | |
TextControl = wp.components.TextControl, | |
InspectorControls = wp.editor.InspectorControls; | |
/* | |
* Here's where we register the block in JavaScript. |
/** | |
* License: GPL-3.0+ | |
*/ | |
.weekly-link { | |
/*border-left: 3px solid rgba(0,0,0,.8);*/ | |
border-left: 3px solid rgba(255, 160, 0, 1); | |
padding-left: 2em; | |
padding-right: 2em; | |
margin-bottom: 2em; | |
} |
( function( blocks, element ) { | |
var el = element.createElement; | |
function Stars( { stars } ) { | |
return el( 'div', { key: 'stars' }, | |
'★'.repeat( stars ), | |
( ( stars * 2 ) % 2 ) ? '½' : '' ); | |
} | |
blocks.registerBlockType( 'stars/stars-block', { |
<?php | |
/* | |
* Plugin Name: Rainbow Bar! | |
*/ | |
function rainbow_bar() { | |
?> | |
<style type="text/css"> | |
#wpadminbar { |
<?php | |
class 🙃db extends wpdb { | |
public $tables🙃 = array( | |
// Tables | |
'posts' => '⭕', | |
'postmeta' => '⭕➡️', | |
'comments' => '♻', | |
'commentmeta' => '♻➡️', | |
'terms' => '↔️', |
<?php | |
/* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */ | |
define( 'ABSPATH', dirname( __FILE__ ) . '/src/' ); | |
// Test with multisite enabled. | |
// Alternatively, use the tests/phpunit/multisite.xml configuration file. | |
// define( 'WP_TESTS_MULTISITE', true ); | |
// Force known bugs to be run. |
Verifying that +pento is my openname (Bitcoin username). https://onename.com/pento |
<?php | |
class PentoFilters { | |
// eg... | |
function the_content( $content ) { | |
return $content; | |
} | |
} | |
function pento_filters() { | |
global $wp_current_filter; |
I hereby claim:
To claim this, I am signing this object:
<?php | |
$html = <<<EOT | |
<p><strong>Lorem #ipsum dolor sit amet</strong>, consectetur adipiscing elit. In in elit euismod, laoreet sapien eget, tristique ipsum. In #aliquam eros tortor, sit amet aliquet turpis suscipit eget. Maecenas eget vulputate metus. Phasellus at ligula ut nulla placerat imperdiet. Duis laoreet mauris <strong>eget dolor #egestas suscipit</strong>. In et #sodales elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. In tristique sit amet nisl ultrices rhoncus. Phasellus eget sem vitae urna pulvinar tristique non at velit. Integer eget nulla dolor. Vivamus quis iaculis massa, et faucibus mi. Quisque pretium dapibus massa, id imperdiet quam. #Morbi mollis ipsum eu mauris ultrices, <em>vel #pharetra quam sagittis</em>. Pellentesque auctor lacus massa, in tempor leo viverra id. Cras nisl ante, vehicula nec felis vitae, dictum sollicitudin eros. Donec sagittis id lorem ac tristique.</p> | |
<p>Duis quis consequat sapien. <a href="http://google.com/">Quisqu |