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

  • EDD_AC_WOO_Plugin_Updater
  • wcap_active_license_notice
  • Wcap_Personal_Data_Eraser
  • Wcap_Personal_Data_Export
  • WCAP_Tiny_Url
  • Wcap_TS_deactivate
  • Wcap_TS_Faq_Support
  • Wcap_TS_Tracker
  • Wcap_TS_tracking
  • Wcap_TS_Welcome
  • Wcap_TS_Woo_Active
  • Woocommerce_Abandon_Cart

Functions

  • wcap_add_notification_meta
  • wcap_get_notification_meta
  • wcap_get_notification_meta_by_key
  • wcap_get_template_status
  • wcap_update_notification_meta

Class WCAP_Tiny_Url

It is used to ceate and retrieve short urls which is sent via sms.

Located at includes/wcap_tiny_url.php

Methods summary

public static boolean|string
# get_long_url_from_id( integer $db_id )

Return the Long URL when the ID of the Tiny URL data is sent.

Return the Long URL when the ID of the Tiny URL data is sent.

Parameters

$db_id
  • ID of the Tiny URL Record

Returns

boolean|string
  • Long URL

Since

7.9
public static
# get_short_url( $url )
public static
# validateUrlFormat( $url )
public static
# urlExistsInDb( $url )
public static
# getDbEntry( $url )
public static
# createShortCode( $id )
public static
# update_short_url( $db_id, $short_url )
public static
# get_long_url( $short_code )
public static
# increment_counter( $id )

Properties summary

protected static string $chars
# 'b1c2d3f4g5h6j7k8l9mnpqrstvwxyzBCDFGHJKLMNPQRSTVWXYZ'
protected static boolean $checkUrlExists
# true
API documentation generated by ApiGen