Repository URL to install this package:
|
Version:
1.11.1 ▾
|
jsarnowski/flexible-shipping-pro
/
wpdesk
/
wp-builder
/
src
/
Plugin
/
WithoutNamespace
/
Translable.php
|
|---|
<?php
namespace FSProVendor;
/**
* @deprecated Have typo so better use WPDesk_Translatable
*/
interface WPDesk_Translable
{
/** @return string */
public function get_text_domain();
}