LLMS_Blocks_Abstract_Block::get_block_id()

Retrieve the ID/Name of the block.


Return Return

(string)


Top ↑

Source Source

File: libraries/lifterlms-blocks/includes/class-llms-blocks-abstract-block.php

	public function get_block_id() {
		return sprintf( '%1$s/%2$s', $this->vendor, $this->id );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.