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 | |
add_action('woocommerce_product_bulk_edit_start', 'daisycon_pixel_cc_field_bulk_edit_input'); | |
function daisycon_pixel_cc_field_bulk_edit_input() { | |
?> | |
<div class="inline-edit-group"> | |
<label class="alignleft"> | |
<span class="title"> | |
<?php _e('Daisycon Pixel Commissie Code', 'woocommerce'); ?> | |
</span> |
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 | |
class BedrockPublicValetDriver extends BasicValetDriver | |
{ | |
/** | |
* Determine if the driver serves the request. | |
* | |
* @param string $sitePath | |
* @param string $siteName | |
* @param string $uri |
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
{ | |
"name": "test/package-name", | |
"description": "Test project to demonstrate local package development", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Thijs Bouwes", | |
"email": "[email protected]" | |
} | |
], |