Skip to content

Commit

Permalink
Add theme support
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Sep 10, 2021
1 parent 6612cac commit 67e0022
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/e2e-tests/plugins/iframed-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
* @package gutenberg-test-iframed-block
*/

add_action(
'setup_theme',
function() {
add_theme_support( 'block-templates' );
}
);

add_action(
'init',
function() {
Expand Down

0 comments on commit 67e0022

Please sign in to comment.