|
|
|
@ -33,7 +33,7 @@ class <%= blockClassModel %>_Component extends \Core\Component { |
|
|
|
|
|
|
|
$output = ( include( __DIR__ . '/templates/<%= blockFilename %>.template.php' ) )( $args, self::class ); |
|
|
|
|
|
|
|
return apply_filters( 'axeweb_blocks/<%= ownerFilename %>/<%= blockFilename %>::content', $output ); |
|
|
|
return apply_filters( 'axeweb_blocks/<%= ownerFilename %>/<%= blockFilename %>::content', $output, $args ); |
|
|
|
} |
|
|
|
|
|
|
|
function register_custom_logic(): void { |
|
|
|
|