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_API
  • Inbound_API_Keys_Generation
  • Inbound_API_Keys_Table

Functions

  • load_Inbound_API_Keys_Generation
  • Overview
  • Package
  • Class

Class Inbound_API_Keys_Table

WP_List_Table
Extended by Inbound_API_Keys_Table
Package: Shared\APIs
Located at core/shared/classes/class.inbound-api.api-keys-table.php
Methods summary
public
# __construct( )

Get things started

Get things started

See

WP_List_Table::__construct()
public static
# inline_js( )

Renders JS used to support API key actions

Renders JS used to support API key actions

public string
# column_default( array $item, string $column_name )

This function renders most of the columns in the list table.

This function renders most of the columns in the list table.

Parameters

$item
Contains all the data of the keys
$column_name
The name of the column

Returns

string
Column Name
public
# column_user( $item )

Renders the column for the user field

Renders the column for the user field

public array
# get_columns( )

Retrieve the table columns

Retrieve the table columns

Returns

array
$columns Array of all the list table columns

Since

2.0
public
# bulk_actions( $which = '' )

Display the key generation form

Display the key generation form

public
# display_controls( $which = '' )

Display the key generation form

Display the key generation form

public integer
# get_paged( )

Retrieve the current page number

Retrieve the current page number

Returns

integer
Current page number

Since

2.0
public
# query( )

Performs the key query

Performs the key query

Since

2.0
public integer
# total_items( )

Retrieve count of total users with keys

Retrieve count of total users with keys

Returns

integer

Since

2.0
public
# prepare_items( )

Setup the final data for the table

Setup the final data for the table

Properties summary
public integer $per_page

Number of items per page

Number of items per page

# 30
public static object $keys

Query results

Query results

#
Inbound Pro Plugin - PHP Codex API documentation generated by ApiGen