We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f0887 commit a4a20b4Copy full SHA for a4a20b4
3 files changed
accordion-block.php
@@ -13,8 +13,6 @@
13
* Update URI: https://pixelalbatross.pt/
14
* GitHub Plugin URI: https://github.com/pixelalbatross/accordion-block
15
* Text Domain: accordion-block
16
- *
17
- * @package AccordionBlock
18
*/
19
20
namespace PixelAlbatross\WP\Blocks\Accordion;
src/accordion-item/render.php
@@ -5,8 +5,6 @@
5
* @var array $attributes Block attributes.
6
* @var string $content Block default content.
7
* @var \WP_Block $block Block instance.
8
9
10
11
12
if ( empty( $attributes['title'] ) ) {
src/accordion/render.php
?>
0 commit comments