Skip to content

tp TouchPointWP Rsvp

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

tp\TouchPointWP\Rsvp

This class provides the RSVP functionality for Meetings.

  • Class name: Rsvp
  • Namespace: \tp\TouchPointWP
  • This is an abstract class
  • This class implements: tp\TouchPointWP\module* Warning: this class is deprecated. This means that this class will likely be removed in a future version.

Constants

SHORTCODE

const SHORTCODE = \tp\TouchPointWP\TouchPointWP::SHORTCODE_PREFIX . "RSVP"
  • Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.

Methods

load

bool tp\TouchPointWP\module::load()

Loads the module and initializes the other actions.

Returns

  • bool -

init

mixed tp\TouchPointWP\Rsvp::init()

Register stuff

  • Visibility: public
  • This method is static.
  • Warning: this method is deprecated. This means that this method will likely be removed in a future version.

Returns

  • mixed

shortcode

string tp\TouchPointWP\Rsvp::shortcode(array params, string content)
  • Visibility: public
  • This method is static.
  • Warning: this method is deprecated. This means that this method will likely be removed in a future version.

Arguments

  • params array* content string

Returns

  • string -
Clone this wiki locally