blocks->registerBlock( 'faq', [ 'render_callback' => function( $attributes, $content ) { if ( isset( $attributes['hidden'] ) && true === $attributes['hidden'] ) { return ''; } return $content; }, ] ); } }