tp TouchPointWP Blocks BlocksController - TenthPres/TouchPoint-WP GitHub Wiki

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