Automator_Translations::__construct()
Source Source
File: src/core/lib/utilities/class-automator-translations.php
public function __construct() { $this->set_strings(); do_action_deprecated( 'uap_localized_string_after', array(), '3.0', 'automator_localized_string_after' ); do_action( 'automator_localized_string_after' ); }
Expand full source code Collapse full source code View on Github