Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Automator_Translations::get_all()
Get get all translated strings
Return Return
(array)
Source Source
File: src/core/lib/utilities/class-automator-translations.php
public function get_all() { $this->ls = apply_filters_deprecated( 'uap_localized_strings', array( $this->ls ), '3.0', 'automator_localized_strings' ); $localized_strings = apply_filters( 'automator_localized_strings', $this->ls ); return $localized_strings; }
Expand full source code Collapse full source code View on Github