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
| add_image_size('gebouw_galerij', 9999, 500, false); |
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
| /* stylelint-disable */ | |
| a {} | |
| /* stylelint-enable */ |
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
| function domCustomCropBtn() { | |
| ?> | |
| <script> | |
| jQuery(document).ready(function($) { | |
| //add a button right beside the add media button - adjust if you want the button somewhere else | |
| let counter = 0; | |
| $('.acf-field').each(function(){ |
NewerOlder