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
| { | |
| "spinnerTipsOverride": { | |
| "excludeDefault": true, | |
| "tips": [ | |
| "If it's broken, have you tried deactivating all plugins?", | |
| "The answer is probably in functions.php. The problem is also probably in functions.php.", | |
| "wp_enqueue_scripts is a hook, not a suggestion.", | |
| "Always sanitize inputs. Always. No exceptions. Yes, that one too.", | |
| "The loop has been running since 2003. Show some respect.", | |
| "If you're editing core files, I will find out.", |
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 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:
- expects that you've created your own
search()function, which returns an array with post id. (eg.: Eg.:[ [ 'id' => 1 ], [ 'id' => 2 ] ]) - includes pagination
- tested (using WP Loop plugin) with Twenty Twenty-Four and Twenty Twenty-Five
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
| <?php | |
| /** | |
| * Creates a multipart/form-data body for an image and form fields. | |
| * | |
| * @param string $file_path The path to the file. | |
| * @param string $filename The base filename, if different from the file path. | |
| * @param array $fields The form fields. | |
| * @return array The boundary ID and the body. | |
| */ |
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
| services: | |
| buggregator: | |
| image: ghcr.io/buggregator/server:latest | |
| depends_on: | |
| buggregator-database: | |
| condition: service_healthy | |
| ports: | |
| - 127.0.0.1:8000:8000 # Sentry, Ray | |
| - 127.0.0.1:1025:1025 # SMTP | |
| environment: |
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
| substitutions: | |
| name: m5stickc-plus-esp32-ac918c | |
| friendly_name: M5StickC Plus ESP32 ac918c | |
| # packages: | |
| # m5stack.atom-echo-voice-assistant: github://esphome/firmware/voice-assistant/m5stack-atom-echo.yaml@main | |
| esphome: | |
| name: ${name} | |
| name_add_mac_suffix: false | |
| friendly_name: ${friendly_name} | |
| project: |
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
| Based on https://github.com/enkia/tokyo-night-vscode-theme | |
| #24283B,#FFC806,#565F89,#C0CAF5,#565F89,#C0CAF5,#9ECE6A,#F7768E,#24283B,#A9B1D6 |
NewerOlder