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_Email_Template_Fields
  • Wcap_Email_Template_List
  • Wcap_Tiny_Mce

Class Wcap_Tiny_Mce

It will add the necessary action and filter for the Email template editor.

Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Template
Author: Tyche Softwares.
Located at includes/admin/wcap_tiny_mce.php

Methods summary

public static
# wcap_add_tiny_mce_button_and_plugin( )

It will add the filters for adding the new buttons in the email template editor.

It will add the filters for adding the new buttons in the email template editor.

Since

3.0

Hook

admin_init
public static array
# wcap_format_tiny_MCE( array $in )

It will add the necessary fields for the Template editor

It will add the necessary fields for the Template editor

Parameters

$in
List of contain field

Returns

array
$in Contain all the fields

Since

3.0

Hook

tiny_mce_before_init
public static array
# wcap_filter_mce_button( array $buttons )

It will add new button in the template editor.

It will add new button in the template editor.

Parameters

$buttons
List of button

Returns

array
$buttons List of button

Since

3.0

Hook

mce_buttons
public static array
# wcap_filter_mce_plugin( array $plugins )

It will add the action for new added button in the template editor.

It will add the action for new added button in the template editor.

Parameters

$plugins
List attched action

Returns

array
$plugins List of attached action

Since

3.0

Hook

mce_external_plugins
API documentation generated by ApiGen