Skip to content

tp TouchPointWP Blocks BlocksController

James K. edited this page Jun 9, 2025 · 2 revisions

tp\TouchPointWP\Blocks\BlocksController

  • Class name: BlocksController
  • Namespace: \tp\TouchPointWP\Blocks
  • This is an abstract class

Methods

init

mixed tp\TouchPointWP\Blocks\BlocksController::init()

Registers the block using a blocks-manifest.php file, which improves the performance of block type registration.

Behind the scenes, it also registers all assets so they can be enqueued through the block editor in the corresponding context.

  • Visibility: public
  • This method is static.

Returns

  • mixed

enqueueBlockAssets

mixed tp\TouchPointWP\Blocks\BlocksController::enqueueBlockAssets()
  • Visibility: public
  • This method is static.

Returns

  • mixed

Clone this wiki locally