Skip to content

tp TouchPointWP module

James K. edited this page May 7, 2024 · 1 revision

tp\TouchPointWP\module

This is a base interface for all feature classes.

  • Interface name: module
  • Namespace: \tp\TouchPointWP
  • This is an interface

Constants

TEMPLATES_TO_OVERWRITE

const TEMPLATES_TO_OVERWRITE = ['archive.php', 'archive.html', 'singular.php', 'singular.html', 'single.php', 'single.html', 'index.php', 'template-canvas.php']

Methods

load

bool tp\TouchPointWP\module::load()

Loads the module and initializes the other actions.

  • Visibility: public
  • This method is static.

Returns

  • bool -
Clone this wiki locally