I hereby claim:
- I am codyogden on github.
- I am codyogden (https://keybase.io/codyogden) on keybase.
- I have a public key whose fingerprint is 402C 89C8 2E99 04A9 53AC 8751 B3E2 9358 1618 1F2D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Get a valid list of Auth0 Connection slugs. | |
* use the `wpa0_sso_connection` filter to add or remove slugs. | |
* | |
* @return Array Array of Auth0 Connection slugs. | |
*/ | |
function wpa0_sso_connections() { | |
$connections = array(); | |
return apply_filters( 'wpa0_sso_connections', $connections ); |
```log | |
[2021-06-24 13:11:40] => Got dockerfile_path: Dockerfile | |
[2021-06-24 13:11:40] | |
[2021-06-24 13:11:41] => Building app using Dockerfile | |
[2021-06-24 13:11:41] => Injecting app environment variables: | |
[2021-06-24 13:11:41] HASH_SALT DATABASE_TYPE IGNORE_IP DATABASE_URL | |
[2021-06-24 13:11:41] => Using Dockerfile: /.app_platform_workspace/Dockerfile | |
[2021-06-24 13:11:41] => Using build context /.app_platform_workspace/ | |
[2021-06-24 13:11:41] |
/* | |
HTML String includes: | |
... | |
<p>.info> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | |
.. | |
Matches and makes replacement with: | |
... | |
<p class="info">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> |
From DocScores API.
You will need star sprite for the star rating to work.
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlueColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw | |
LjU3MjU0OTAxOTYgMC43NDkwMTk2MDc4IDAuNzQ5MDE5NjA3OAAQAoAC0hAREhNaJGNs | |
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp |
const webpack = require('webpack'); | |
module.exports = (env, argv) => { | |
const config = { | |
entry: './src/App.jsx', | |
output: { | |
path: __dirname, | |
publicPath: '/', | |
filename: '[name].js', | |
}, |
@abebumpus | |
@NetProductmgr | |
@apmeyer | |
@surrealwebs | |
@segaradam | |
@wpmodder | |
@asauk5 | |
@oobbs | |
@andyurczyk | |
@andreaktrew |
<?php | |
$backgroundImage = get_sub_field('background_image'); | |
$titleText = get_sub_field( 'title_text' ); | |
$subtitleText = get_sub_field( 'subtitle_text' ); | |
$buttonText = get_sub_field( 'button_text' ); | |
$buttonLink = get_sub_field( 'button_link' ); | |
?> | |
<div class="slide slide-basic" style="background-image:url('<?php echo $backgroundImage; ?>');"> | |
<div class="slide-basic-content"> |