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

  • Landing_Pages_Load_Extensions
  • Landing_Pages_Template_Management
  • Landing_Pages_Template_Switcher
  • Landing_Pages_Templates_List_Table
  • Landing_Pages_Variations
  • Overview
  • Package
  • Class

Class Landing_Pages_Load_Extensions

Class for loading extensions and templates. Mostly templates. No extensions use this class anymore.

Package: LandingPages\Templates
Located at core/landing-pages/classes/class.load-templates.php
Methods summary
public
# __construct( )

Initializes Landing_Pages_Load_Extensions

Initializes Landing_Pages_Load_Extensions

public static
# load_hooks( )

Loads hooks and filiters

Loads hooks and filiters

public static
# add_core_setting_data( $data )

Adds core metaboxes setting data using lp_extension_data filter

Adds core metaboxes setting data using lp_extension_data filter

public static
# add_legacy_data_support( $data )

Looks for occurances of 'options' in template & extension data arrays and replaces key with 'settings'

Looks for occurances of 'options' in template & extension data arrays and replaces key with 'settings'

public static
# load_core_template_configurations( )

Loads core template config.php files

Loads core template config.php files

Returns

ARRAY contains template setting data
public static
# load_uploaded_template_configurations( )

Loads uploaded template config.php files

Loads uploaded template config.php files

public static
# load_theme_privided_template_configurations( )

Loads landing pages found in theme forlder

Loads landing pages found in theme forlder

public static
# get_theme_provided_template_ids( )

Gets array of landing page templates provided by WordPress theme

Gets array of landing page templates provided by WordPress theme

Returns

ARRAY $template_ids array of uploaded template ids
public static
# get_uploaded_template_ids( )

Gets array of uploaded template paths

Gets array of uploaded template paths

Returns

ARRAY $template_ids array of uploaded template ids
public static
# get_core_template_ids( )

Gets array of uploaded template paths

Gets array of uploaded template paths

Returns

ARRAY $template_ids array of uploaded template ids
public static
# get_template_categories( )

Get's array of template categories from loaded templates

Get's array of template categories from loaded templates

Returns

ARRAY $template_cats array if template categories
public static
# get_extended_data( )

Get's template and extension setting data

Get's template and extension setting data

Retuns

ARRAY of template & extension data
Inbound Pro Plugin - PHP Codex API documentation generated by ApiGen