" /** * Addon requirements. * * Array has the format 'addon basename' => 'addon requirements array'. * * The requirement array can have the following keys: * self::PHP ('php') for the minimal PHP version required, * self::EXT ('ext') for the PHP extensions required, * self::WP ('wp') for the minimal WordPress version required, * self::WPFORMS ('wpforms') for the minimal WPForms version required, * self::LICENSE ('license') for the license level required, * self::ADDON ('addon') for the minimal addon version required, * self::ADDON_VERSION_CONSTANT ('addon_version_constant') for the addon version constant. * self::PRIORITY ('priority') for the priority of the current requirements. * * The requirement array can have the following values: * The 'php' value can be string like '5.6' or an array like 'php' => [ 'version' => '7.2', 'compare' => '=' ]. * The 'ext' value can be string like 'curl' or an array like 'ext' => [ 'curl', 'mbstring' ]. * The 'wp' value can be string like '5.5' or an array like 'wp' => [ 'version' => '6.4', 'compare' => '=' ]. * The 'wpforms' value can be string like '1.8.2' or an array like 'wpforms' => [ 'version' => '1.7.5', 'compare' => '=' ]. * When 'wpforms' value is '{WPFORMS_VERSION}', it is not checked and should be used for development. * The 'license' value can be string like 'elite, agency, ultimate' or an array like 'license' => [ 'elite', 'agency', 'ultimate' ]. * When 'license' value is an empty like null, false, [], it is not checked. * The 'addon' value can be string like '2.0.1' or an array like 'addon' => [ 'version' => '2.0.1', 'compare' => '<=' ]. * The 'addon_version_constant' must be a string like 'WPFORMS_ACTIVECAMPAIGN_VERSION'. * The 'priority' must be an integer like 20. By default, it is 10. * * By default, 'compare' is '>='. * * Default addon version constant is formed from addon directory name like this: * wpforms-activecampaign -> WPFORMS_ACTIVECAMPAIGN_VERSION. * * Requirements can be specified here or in the addon as a parameter of wpforms_requirements(). * The priorities from lower to higher (if PRIORITY is not set or equal): * 1. Default parameters from $this->defaults. * 2. Current array $this->requirements. * 3. Parameter of wpforms_requirements() call in the addon. * Settings with a higher priority overwrite lower priority settings. * * Minimal required version of WPForms should be specified in the addons. * Minimal required version of addons should be specified here, in $this->requirements array. * * We do not plan to restrict the lower addon version so far. * However, if in the future we may need to do so, * we should add to the addon-related requirement array the line like * self::ADDON => '1.x.x' or * self::ADDON => '{WPFORMS_ACTIVECAMPAIGN_VERSION}'. * Here 1.x.x is the specific addon version, and * WPFORMS_ACTIVECAMPAIGN_VERSION is the addon version constant name. * The script will replace the addon version constant name during the addon release. * * @since 1.8.2.2 * * @var array */orms_deactivate() { $pro_file = wpforms()->is_pro() ? WPFORMS_PLUGIN_FILE : __FILE__; $lite_file = wpforms()->is_pro() ? __FILE__ : WPFORMS_PLUGIN_FILE; $lite_base = plugin_basename( $lite_file ); $pro_base = plugin_basename( $pro_file ); if ( ! is_multisite() || is_plugin_active_for_network( $pro_base ) || ( ! is_plugin_active_for_network( $pro_base ) && ! is_plugin_active_for_network( $lite_base ) ) ) { deactivate_plugins( $lite_base ); /** * Fires on plugin deactivation. * * @since 1.6.3.1 * * @param string $plugin_basename The plugin basename. */ do_action( 'wpforms_plugin_deactivated', $lite_base ); // Run the installation on the next admin visit. add_option( 'wpforms_install', 1 ); } } } add_action( 'admin_init', 'wpform Calendar - Liebfrauenmünster St. Moritz
  • Die Pfarrei
    • Pfarrbüro
    • Pastoralteam
    • Gottesdienste
  • Kirchen & Kapellen
    • Münster
    • St. Moritz
    • Maria de Victoria
  • Kirchenmusik
    • Miniband
    • Münstermusik
  • Gruppen
    • Pfarrgemeinderat
    • Frauenbund KDFB
  • Aktuelles
    • Pfarrbriefe & Berichterstattung
    • Gottesdienstordnung & Information
Skip to content
Liebfrauenmünster St. Moritz
  • Die Pfarrei
    • Pfarrbüro
    • Pastoralteam
    • Gottesdienste
  • Kirchen & Kapellen
    • Münster
    • St. Moritz
    • Maria de Victoria
  • Kirchenmusik
    • Miniband
    • Münstermusik
  • Gruppen
    • Pfarrgemeinderat
    • Frauenbund KDFB
  • Aktuelles
    • Pfarrbriefe & Berichterstattung
    • Gottesdienstordnung & Information

Follow us

  • facebook
  • instagram

Calendar

< March
< 2137 >
April
May >
«
»
  • Month
  • List
  • Week
  • Day
  • No Events

Instagram

…

Copyright © 2021 Katholische Pfarrkirchenstiftung Zu Unserer Schönen Lieben Frau

Kontakt | Impressum | Datenschutz | Bistum Eichstätt | Stadt Ingolstadt

Powered by WordPress Inspiro WordPress Theme by WPZOOM