Skip to content

tp TouchPointWP Interfaces module

James K. edited this page Mar 5, 2025 · 1 revision

tp\TouchPointWP\Interfaces\module

This is a base interface for all feature classes.

  • Interface name: module
  • Namespace: \tp\TouchPointWP\Interfaces
  • 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\Interfaces\module::load()

Loads the module and initializes the other actions.

  • Visibility: public
  • This method is static.

Returns

  • bool -

Clone this wiki locally