Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Abandoned-Cart-Pro-for-WooCommerce
    • Admin
      • Action
      • Activate-plugin
      • Component
      • I18N
      • Import-Pro
      • License
      • Menu
      • Notices
      • Popup-Modal
        • Cart-Detail
      • Recover
      • Report
      • Setting
      • Settings
      • SMS
      • Tab
      • Template
    • Ajax-Functions
    • Classes
    • Common-Functions
    • Database-Layer
    • Encrypt-Decrypt-Data
    • Frontend
      • Cart-Capture
      • Cart-Populate
      • Coupon
      • Place-Order
    • Setting
    • Update
  • None

Classes

  • Wcap_Abandoned_Orders_Table
  • Wcap_Abandoned_Trash_Orders_Table
  • Wcap_Atc_Dashboard
  • Wcap_Dashboard_Report
  • Wcap_Dashboard_Report_Action
  • WCAP_Dashboard_Widget_Heartbeat
  • Wcap_Dashboard_Widget_Report
  • Wcap_Load_Hooks
  • Wcap_Load_Scripts
  • WCAP_Manual_Email
  • Wcap_Order_Received
  • Wcap_Product_Report_Table
  • Wcap_Recover_Orders_Table
  • Wcap_Recover_Trash_Orders_Table
  • Wcap_Send_Manual_Email
  • Wcap_Sent_Emails_Table
  • Wcap_SMS_Templates
  • Wcap_Templates_Table
  • Wcap_Tracking_msg

Class Wcap_SMS_Templates

Show SMS templates list in Cart Recovery->SMS Notifications

WP_List_Table
Extended by Wcap_SMS_Templates
Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Author: Tyche Softwares
Since: 7.9
Located at includes/classes/class_wcap_sms_templates_table.php

Methods summary

public
# __construct( )

It will add the bulk action and other variable needed for the class.

It will add the bulk action and other variable needed for the class.

Since

7.9

See

WP_List_Table::__construct()
public
# wcap_sms_templates_prepare_items( )

It will prepare the list of the SMS Templates, columns, pagination, sortable column and other data.

It will prepare the list of the SMS Templates, columns, pagination, sortable column and other data.

Since

7.9
public
# wcap_hidden_sms_cols( )
public array
# get_columns( )

It will add the columns for Cart Recovery->SMS Notifications

It will add the columns for Cart Recovery->SMS Notifications

Returns

array
$columns All columns name.

Since

7.9
public string
# column_cb( string $item )

It is used to add the check box for the items

It is used to add the check box for the items

Parameters

$item

Returns

string

Since

7.9
public array
# wcap_sms_templates( )

Returns the data for the SMS Template list.

Returns the data for the SMS Template list.

Returns

array
$return_templates_display Key and value of all the columns

Since

7.9

Globals

mixed $wpdb
public string
# column_default( array $wcap_sms_list, stirng $column_name )

Displays the column data. The data sent in is displayed with correct HTML or as needed.

Displays the column data. The data sent in is displayed with correct HTML or as needed.

Parameters

$wcap_sms_list
object $wcap_sms_list All data of the list
$column_name
Name of the column

Returns

string
$value Data of the column

Since

7.9
public array
# get_bulk_actions( )

It will add the 'Delete' bulk action in the SMS template list.

It will add the 'Delete' bulk action in the SMS template list.

Returns

array
  • Bulk action

Since

7.9
public
# extra_tablenav( $which )

Adds the Save button at the top and bottom of the SMS Template list

Adds the Save button at the top and bottom of the SMS Template list

Since

7.9
public
# display_rows( )

Displays the table rows

Displays the table rows

Since

7.9

Properties summary

public string $per_page

Number of results to show per page

Number of results to show per page

Since

7.9
# 20
public string $base_url

URL of this page

URL of this page

Since

7.9
#
public integer $total_count

Total number of templates

Total number of templates

Since

7.9
#
API documentation generated by ApiGen