mailpoet_blocks_renderer_initialized

mailpoet_blocks_renderer_initialized

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('mailpoet_blocks_renderer_initialized') is found 1 times:

  • /packages/email-editor/src/Engine/Renderer/ContentRenderer/class-content-renderer.php line 91
    		add_filter( 'render_block', array( $this, 'render_block' ), 10, 2 );
    		add_filter( 'block_parser_class', array( $this, 'block_parser' ) );
    		add_filter( 'mailpoet_blocks_renderer_parsed_blocks', array( $this, 'preprocess_parsed_blocks' ) );
    
    		do_action( 'mailpoet_blocks_renderer_initialized', $this->blocks_registry );
    	}
    
    	/**
    	 * Render the content
    	 *
    	 * @param WP_Post           $post Post object.
    

See this hook used in plugins: