Overview

Packages

  • ACF
  • Automation
    • Actions
    • Activation
    • LeadProfile
    • Menus
    • Queries
    • Rules
    • Triggers
  • CTA
    • Activation
    • AJAXListeners
    • Cloning
    • Core
    • Display
    • EditPage
    • Enqueues
    • GPLSettings
    • LeadsProfile
    • Loading
    • Menus
    • Notices
    • PlacementMetabox
    • PostType
    • Templates
    • Tracking
    • Variations
    • YOAST
  • InboundPro
    • Activation
    • AdminAJAX
    • AutoLoading
    • Cron
    • DataInterface
    • FieldMapping
    • Funnels
    • InboundNowAPI
    • Installer
    • LeadStatuses
    • Menus
    • Notifications
    • Ouath
    • Reports
    • Settings
    • Tracking
    • Translations
    • Updates
  • LandingPages
    • Activation
    • DataInterfaces
    • Management
    • Menus
    • NeedsAttention
    • Notices
    • Sidebars
    • Templates
    • Tracking
    • Variations
    • WelcomeScreen
    • Widgets
  • Leads
    • Activation
    • Akismet
    • BranchControl
    • BulkActions
    • Dashboard
    • Management
    • Notifications
    • Settings
    • Tracking
    • UserProfile
    • WPLogin
  • Mailer
    • Activation
    • Admin
    • ClickTracking
    • DataInterface
    • InboundForms
    • Leads
    • Management
    • Notifications
    • Scheduling
    • Sending
    • Settings
    • ShortcodesAndTokens
    • SparkPost
    • Templates
    • Unsubscribes
    • Variations
    • YoastSEO
  • None
  • Shared
    • APIs
    • CPT
    • DatabaseRoutines
    • DebugTricks
    • DoubleOptin
    • EventManagement
    • FieldMapping
    • InboundForms
    • LeadSorage
    • MarketingButton
    • Menus
    • Notifications
    • Shortcodes
    • ShortcodesAndTokens
    • StandAloneLicensing
    • Tracking
    • VisualEditor
  • xDepreciated

Classes

  • Inbound_Mailer_Activation
  • Inbound_Mailer_Activation_Update_Routines
  • Overview
  • Package
  • Class

Class Inbound_Mailer_Activation

Class for defining and executing general activation routines for Mailer component

Package: Mailer\Activation
Located at core/mailer/classes/class.activation.php
Methods summary
public
# __construct( )

Initiate class

Initiate class

public static
# run_activation( )
public static
# run_updates( )

This method loads public methods from the Inbound_Mailer_Activation_Update_Routines class and automatically runs them if they have not been run yet. We use transients to store the data, which may not be the best way but I don't have to worry about save/update/create option and the auto load process

This method loads public methods from the Inbound_Mailer_Activation_Update_Routines class and automatically runs them if they have not been run yet. We use transients to store the data, which may not be the best way but I don't have to worry about save/update/create option and the auto load process

public static
# run_upgrade_routine_checks( )

This method checks if there are upgrade routines that have not been executed yet and notifies the administror if there are

This method checks if there are upgrade routines that have not been executed yet and notifies the administror if there are

public static
# display_upgrade_routine_notice( )
public static
# store_version_data( )
public static string
# add_rewrite_rules( $rules )

Parameters

$rules

Returns

string
public static
# create_email_queue_table( )

Migration-type:

db modification

Mirgration:

creates wp_inbound_email_queue table
Inbound Pro Plugin - PHP Codex API documentation generated by ApiGen