Also available, Plausible Stats Aggregator
If you have multiple sites and need a roll-up view, you can use the plugin below.
- Plausible Analytics for WordPress activated on each site.
- A roll-up domain
Also available, Plausible Stats Aggregator
If you have multiple sites and need a roll-up view, you can use the plugin below.
If you are using the WordPress MU Domain Mapping plugin to map domains on your WordPress Multisite, the preview feature in the WordPress Customizer will not function. To resolve this issue, save enable-customizer-preview-mapped-domain.php, as must-use plugin, in wp-content/mu-plugins
.
This plugin will make the table header sticky when you scroll down.
Save file in wp-content/mu-plugins
position: sticky
is supported by most browsers.
This is not a complete plugin, but a how-to. Want more, take a look at my WP Loop plugin. Search is in class-wp-loupe-search.php
Code below:
search()
function, which returns an array with post id. (eg.: Eg.: [ [ 'id' => 1 ], [ 'id' => 2 ] ]
)The script will remove failed and cancelled workflow runs from your GitHub Action workflow history log.
I use this GitHub Action to security test our WordPress themes
So what does the GitHub Action do?
It;
First, disable multible tabs: Set
Workbench > Editor: Show Tabs
to single
Included in VS Code:
Control+Tab
: Next FileShift+Control+Tab
: Previous FileCustom, add the code in keybindings.json to VS Code (Shift+Command+P
, select Preferences: Open Keybord Shortcuts (JSON)
)
Option+Tab
: Next Workspace (file picker)This Bicep file (waf-wordpress-exclusions.bicep) defines an Azure WAF policy specifically configured with rule exclusions for WordPress sites, based on the OWASP Core Rule Set - WordPress Rule Exclusions Plugin
resource wafPolicy 'Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2022-05-01' = { | |
name: wafPolicyName | |
location: 'global' | |
sku: { | |
name: frontDoorSkuName | |
} | |
tags: tags | |
properties: { | |
policySettings: { | |
enabledState: 'Enabled' |