Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Inventory_Presser_Plugin::get_last_word( string $str )
Given a string, return the last word.
Contents
Parameters Parameters
- $str
-
(Required) The string from which to extract the last word.
Return Return
(string) The last word of the input string
Source Source
File: inventory-presser.php
Expand full source code Collapse full source code View on Github