Skip to content

Commit

Permalink
does not exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Feb 23, 2024
1 parent 403f8f2 commit 91b0707
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions php/functions-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ function register_assets(): void {
)
);

Common\register_asset(
array(
'handle' => 'arve-block',
'src' => plugins_url( 'build/block.css', PLUGIN_FILE ),
'path' => PLUGIN_DIR . '/build/block.css',
'deps' => array( 'arve' ),
)
);

// Register our block, and explicitly define the attributes we accept.
register_block_type(
PLUGIN_DIR . '/src/block.json',
Expand Down

0 comments on commit 91b0707

Please sign in to comment.