WPGlobus
  • Package
  • Class

Packages

  • WPGlobus
    • ACF
    • Admin
      • Customizer
      • HelpDesk
      • Options
        • Field
    • All-in-One-SEO
    • Compat
    • MailChimp
    • RevSlider
    • The-Events-Calendar
    • Yoast

Classes

  • WPGlobus
  • WPGlobus_Config
  • WPGlobus_Core
  • WPGlobus_Filters
  • WPGlobus_Plugin
  • WPGlobus_Utils
  • WPGlobus_WP
  • WPGlobusWidget

Class WPGlobus_Plugin

Class WPGlobus_Plugin

Abstract
Package: WPGlobus
Located at includes/class-wpglobus-plugin.php

Methods summary

public
# __construct( string $the__file__ )

Constructor.

Constructor.

Parameters

$the__file__
Pass __FILE__ from the loader.
public
# setup_updater( )

Setup updater. All parameters must be set by the child class' constructor.

Setup updater. All parameters must be set by the child class' constructor.

public
# load_translations( )

Load PO/MO. The parameter must be set by the child class' constructor.

Load PO/MO. The parameter must be set by the child class' constructor.

Properties summary

public string $plugin_file

__FILE__ from the loader.

__FILE__ from the loader.

# ''
public string $plugin_basename

Basename from __FILE__.

Basename from __FILE__.

# ''
public string $plugin_dir_url

Plugin directory URL. Initialized by the constructor.

Plugin directory URL. Initialized by the constructor.

# ''
protected string $product_slug

Parameter for the updater: slug of the product URL.

Parameter for the updater: slug of the product URL.

# ''
protected string $product_id

Parameter for the updater: product ID (name).

Parameter for the updater: product ID (name).

# ''
protected string $textdomain

Used in the load_textdomain call.

Used in the load_textdomain call.

# ''
WPGlobus API documentation generated by ApiGen