Explorar el Código

created block pattern file

Maggie hace 4 años
padre
commit
9b011ae59e
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      skatepark/inc/patterns/full-width-image-with-aside-caption.php

+ 12 - 0
skatepark/inc/patterns/full-width-image-with-aside-caption.php

@@ -0,0 +1,12 @@
+<?php
+/**
+ * Full width image with aside caption.
+ *
+ * @package Skatepark
+ */
+
+return array(
+	'title'      => __( 'Full width image with aside caption', 'skatepark' ),
+	'categories' => array( 'skatepark' ),
+	'content'    => '',
+);